diff --git a/Include/errors.h b/Include/errors.h index 29c23e9f485..4972f18fb8b 100755 --- a/Include/errors.h +++ b/Include/errors.h @@ -49,6 +49,7 @@ extern object *IndexError; extern object *ValueError; extern object *KeyError; extern object *OverflowError; +extern object *SyntaxError; /* Convenience functions */ diff --git a/Include/pyerrors.h b/Include/pyerrors.h index 29c23e9f485..4972f18fb8b 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 */