summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rwxr-xr-xInclude/errors.h1
-rw-r--r--Include/pyerrors.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/Include/errors.h b/Include/errors.h
index ce00e3e9c1..1f7cfc318f 100755
--- a/Include/errors.h
+++ b/Include/errors.h
@@ -46,6 +46,7 @@ extern object *OverflowError;
extern object *RuntimeError;
extern object *SyntaxError;
extern object *SystemError;
+extern object *SystemExit;
extern object *TypeError;
extern object *ValueError;
extern object *ZeroDivisionError;
diff --git a/Include/pyerrors.h b/Include/pyerrors.h
index ce00e3e9c1..1f7cfc318f 100644
--- a/Include/pyerrors.h
+++ b/Include/pyerrors.h
@@ -46,6 +46,7 @@ extern object *OverflowError;
extern object *RuntimeError;
extern object *SyntaxError;
extern object *SystemError;
+extern object *SystemExit;
extern object *TypeError;
extern object *ValueError;
extern object *ZeroDivisionError;