From 768a3f0ab8c1abdf14372cbdf3c83cc93b28ac4e Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 31 Dec 1991 13:13:47 +0000 Subject: Added SystemExit. --- Include/pyerrors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Include/pyerrors.h') 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; -- cgit v1.2.1