From 9b0a3d91ea594ff1afe7b8ec83ff41ba828d243b Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 5 Feb 2000 07:37:40 +0000 Subject: * Fix PR/1407. * Keep filename/lineno information for variables, for debugging. --- commands.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'commands.c') diff --git a/commands.c b/commands.c index 8a8d227..75b3399 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); -- cgit v1.2.3