diff options
author | Roland McGrath <roland@redhat.com> | 1993-06-30 22:42:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-06-30 22:42:37 +0000 |
commit | 5003c9b26b18a80be379c6b3844b57552f10501a (patch) | |
tree | dd381061f10d8f4c368446a2cdfb0ecca80f2077 | |
parent | d92b741fce84b6da7cc329495903847e8e644a46 (diff) | |
download | gunmake-5003c9b26b18a80be379c6b3844b57552f10501a.tar.gz |
Formerly rule.h.~5~
-rw-r--r-- | rule.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ extern struct rule *last_pattern_rule; extern unsigned int num_pattern_rules; extern unsigned int max_pattern_deps; +extern unsigned int max_pattern_targets; extern unsigned int max_pattern_dep_length; extern struct file *suffix_file; |