From a317365eb2906e54d6400907740eb20afd929bff Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 16 Dec 1991 13:06:04 +0000 Subject: SyntaxError. --- 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 29c23e9f48..4972f18fb8 100644 --- a/Include/pyerrors.h +++ b/Include/pyerrors.h @@ -49,6 +49,7 @@ extern object *IndexError; extern object *ValueError; extern object *KeyError; extern object *OverflowError; +extern object *SyntaxError; /* Convenience functions */ -- cgit v1.2.1