aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-06-13 23:43:28 +1000
committerGravatar axel <axel@liljencrantz.se>2006-06-13 23:43:28 +1000
commit0361423469ec3c70d3e053ef475e2bed686b86d8 (patch)
tree676f2fefc6395bec0595e265caa912471faef1f2 /parser.h
parent9aee2b7c9c412e9e0bb2ddc4c8f6e27af5be1de8 (diff)
Major restructuring of the buildsystem, meaning that the documentation doesn't needlessly rebuild itself, and the size of the fish binary drops slightly
darcs-hash:20060613134328-ac50b-05ae75eb5cc081b680f38e8866fac00a679cc266.gz
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/parser.h b/parser.h
index 60428936..e82a6e7f 100644
--- a/parser.h
+++ b/parser.h
@@ -191,10 +191,6 @@ extern block_t *current_block;
/** Global event blocks */
extern event_block_t *global_event_block;
-
-/** The current error code */
-extern int error_code;
-
/**
Current block level io redirections
*/