From 13e660708dc5c8f6b416c9da8b2e3e07b587734a Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 20 Apr 2004 00:20:36 +0000 Subject: C err is a bad name for a variable. VS: ---------------------------------------------------------------------- --- src/cmd/acid/acid.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cmd/acid/acid.h') diff --git a/src/cmd/acid/acid.h b/src/cmd/acid/acid.h index 729341b3..ae835ef9 100644 --- a/src/cmd/acid/acid.h +++ b/src/cmd/acid/acid.h @@ -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; -- cgit v1.2.3