summaryrefslogtreecommitdiff
path: root/filedef.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2000-06-20 05:48:40 +0000
committerPaul Smith <psmith@gnu.org>2000-06-20 05:48:40 +0000
commit3e6f48b444d890fd9bde802e35387e27eba33b2d (patch)
tree2ed67a1f9b0885c19c5a2521183696f9d5fb7f64 /filedef.h
parent0d70d054586cf2e718aacd5fccfc47e32975b092 (diff)
downloadgunmake-3e6f48b444d890fd9bde802e35387e27eba33b2d.tar.gz
* More updates and fixes.
Diffstat (limited to 'filedef.h')
-rw-r--r--filedef.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/filedef.h b/filedef.h
index 5743d6a..68c72de 100644
--- a/filedef.h
+++ b/filedef.h
@@ -94,13 +94,6 @@ struct file
considered on current scan of goal chain */
};
-/* Number of intermediate files entered. */
-
-extern unsigned int num_intermediates;
-
-/* Current value for pruning the scan of the goal chain (toggle 0/1). */
-
-extern unsigned int considered;
extern struct file *default_goal_file, *suffix_file, *default_file;