summaryrefslogtreecommitdiff
path: root/commands.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2000-02-05 07:37:40 +0000
committerPaul Smith <psmith@gnu.org>2000-02-05 07:37:40 +0000
commitab403eccb399ad0f7240cd9849e81590724cff26 (patch)
treeb35695ad78c82d25f7e60d4c93880394a2a970b3 /commands.c
parent9be5fd9eefb54c3f02db370c9d94af4e602d5456 (diff)
downloadmake-ab403eccb399ad0f7240cd9849e81590724cff26.tar.gz
* Fix PR/1407.
* Keep filename/lineno information for variables, for debugging.
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands.c b/commands.c
index 8a8d227f..75b33993 100644
--- a/commands.c
+++ b/commands.c
@@ -108,7 +108,7 @@ set_file_variables (file)
less = at;
#define DEFINE_VARIABLE(name, len, value) \
- (void) define_variable_for_file (name, len, value, o_automatic, 0, file)
+ (void) define_variable_for_file (name,len,value,o_automatic,0,file)
/* Define the variables. */
@@ -354,7 +354,7 @@ execute_file_commands (file)
/* First set the automatic variables according to this file. */
- initialize_file_variables (file);
+ initialize_file_variables (file, 0);
set_file_variables (file);