diff options
author | Pixel <Pixel> | 2001-05-01 16:29:53 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-05-01 16:29:53 +0000 |
commit | 759be422fcf0fcca5a91b01e5ed7f752d95f0f8d (patch) | |
tree | 87652f23ced34ec3cdc3e8978439626c1d1af32e /include | |
parent | 368207e46ca78ec42d77a3b1d3539cf4250617eb (diff) |
Pouet
Diffstat (limited to 'include')
-rw-r--r-- | include/exceptions.h | 2 |
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 |