fixed a problem with the ifdef-stack

This commit is contained in:
ceriel
1987-08-20 18:12:31 +00:00
parent 831cdc7580
commit 754f9ce45d
4 changed files with 13 additions and 8 deletions

View File

@@ -9,12 +9,10 @@ struct file_info {
unsigned int fil_lino;
char *fil_name;
char *fil_wdir;
int fil_nestlevel;
};
#define LineNumber finfo.fil_lino
#define FileName finfo.fil_name
#define WorkingDir finfo.fil_wdir
#define nestlevel finfo.fil_nestlevel
extern struct file_info finfo; /* input.c */