summaryrefslogtreecommitdiff
path: root/dep.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-07-15 07:36:44 +0000
committerPaul Smith <psmith@gnu.org>1999-07-15 07:36:44 +0000
commit9d89ad56bf74b22471617ed99f9e6e6272efba22 (patch)
treeaf9d3782c9aaeb9b7f806157a48f987f2590c637 /dep.h
parentadb1632033d58f3570bacaf6d717e8b04199c979 (diff)
downloadgunmake-9d89ad56bf74b22471617ed99f9e6e6272efba22.tar.gz
* Fix up and document $(apply ...) function.
Diffstat (limited to 'dep.h')
-rw-r--r--dep.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dep.h b/dep.h
index 90999b6..ca8112f 100644
--- a/dep.h
+++ b/dep.h
@@ -38,8 +38,7 @@ struct dep
struct dep *next;
char *name;
struct file *file;
- unsigned short changed;
- unsigned short deferred; /* Only used in update_goal_chain(). */
+ int changed;
};