aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acid/acid.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-04-20 00:20:36 +0000
committerrsc <devnull@localhost>2004-04-20 00:20:36 +0000
commit13e660708dc5c8f6b416c9da8b2e3e07b587734a (patch)
tree55cb844e96a6deca1378f9e1b59522521e3ece19 /src/cmd/acid/acid.h
parent67a5b28ed025f03f4164b0b401be61d2c0952b69 (diff)
downloadplan9port-13e660708dc5c8f6b416c9da8b2e3e07b587734a.tar.gz
plan9port-13e660708dc5c8f6b416c9da8b2e3e07b587734a.tar.bz2
plan9port-13e660708dc5c8f6b416c9da8b2e3e07b587734a.zip
C
err is a bad name for a variable. VS: ----------------------------------------------------------------------
Diffstat (limited to 'src/cmd/acid/acid.h')
-rw-r--r--src/cmd/acid/acid.h1
1 files changed, 1 insertions, 0 deletions
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;