err is a bad name for a variable.
VS: ----------------------------------------------------------------------
This commit is contained in:
rsc 2004-04-20 00:20:36 +00:00
parent 67a5b28ed0
commit 13e660708d
2 changed files with 6 additions and 5 deletions

View file

@ -56,6 +56,7 @@ Extern int gotint;
Extern long flen;
Extern Gc* gcl;
Extern int stacked;
#define err aciderrjmp
Extern jmp_buf err;
Extern Node* prnt;
Extern Node* fomt;