summaryrefslogtreecommitdiff
path: root/filedef.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2009-06-04 06:30:27 +0000
committerPaul Smith <psmith@gnu.org>2009-06-04 06:30:27 +0000
commite4c80a89471e132e565c7fa77e0d830b1687ff0e (patch)
treeeeb19eaf947791c834620ff72c9b80e77d9fcc8b /filedef.h
parente24e70baa78c1bef74924d36d5b78eeff775c43d (diff)
downloadmake-e4c80a89471e132e565c7fa77e0d830b1687ff0e.tar.gz
- Modify access of config and gnulib Savannah modules to use GIT
- Fix Savannah bug #24655. - Fix Savannah bug #24588. - Fix Savannah bug #24277. - Fix Savannah bug #25697. - Fix Savannah bug #25694. - Fix Savannah bug #25460. - Fix Savannah bug #26207. - Fix Savannah bug #25712. - Fix Savannah bug #26593. - Fix various doc issues.
Diffstat (limited to 'filedef.h')
-rw-r--r--filedef.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/filedef.h b/filedef.h
index ef27ed27..fb6caefa 100644
--- a/filedef.h
+++ b/filedef.h
@@ -97,8 +97,7 @@ struct file
};
-extern struct file *default_goal_file, *suffix_file, *default_file;
-extern char **default_goal_name;
+extern struct file *suffix_file, *default_file;
struct file *lookup_file (const char *name);