summaryrefslogtreecommitdiff
path: root/include/exceptions.h
diff options
context:
space:
mode:
authorPixel <Pixel>2001-05-01 16:29:53 +0000
committerPixel <Pixel>2001-05-01 16:29:53 +0000
commit759be422fcf0fcca5a91b01e5ed7f752d95f0f8d (patch)
tree87652f23ced34ec3cdc3e8978439626c1d1af32e /include/exceptions.h
parent368207e46ca78ec42d77a3b1d3539cf4250617eb (diff)
Pouet
Diffstat (limited to 'include/exceptions.h')
-rw-r--r--include/exceptions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/exceptions.h b/include/exceptions.h
index 6f6e8c4..ab578a7 100644
--- a/include/exceptions.h
+++ b/include/exceptions.h
@@ -10,4 +10,6 @@ void pushcontext(char *);
void popcontext(void);
void flushcontext(void);
+extern int global_error;
+
#endif