diff options
author | Paul Smith <psmith@gnu.org> | 2006-02-15 23:54:42 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2006-02-15 23:54:42 +0000 |
commit | 0806a403d65ef6a7f16e2c17aa8286100ebad5d7 (patch) | |
tree | efb7503681a70739ad6e4659ebefc701975ced7f /make.h | |
parent | 86af3872a910e314d20ef911fad1819ad90c1291 (diff) | |
download | gunmake-0806a403d65ef6a7f16e2c17aa8286100ebad5d7.tar.gz |
Fix Savannah bug #106: keep separate track of which variable we are
expanding, and use that info when generating error messages instead of
the file info, where appropriate.
Diffstat (limited to 'make.h')
-rw-r--r-- | make.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -497,6 +497,7 @@ extern char *getwd (); #endif extern const struct floc *reading_file; +extern const struct floc **expanding_var; extern char **environ; |