diff options
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 |