diff options
author | Guido van Rossum <guido@python.org> | 1991-12-16 13:06:04 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1991-12-16 13:06:04 (GMT) |
commit | a317365eb2906e54d6400907740eb20afd929bff (patch) | |
tree | cf352e0c4d8e94730dfa7f24899f7cf9ebb9e20f /Include | |
parent | b954c2c39fa7fe8cb52dc05584980a30b9d2a260 (diff) | |
download | cpython-a317365eb2906e54d6400907740eb20afd929bff.zip cpython-a317365eb2906e54d6400907740eb20afd929bff.tar.gz cpython-a317365eb2906e54d6400907740eb20afd929bff.tar.bz2 |
SyntaxError.
Diffstat (limited to 'Include')
-rwxr-xr-x | Include/errors.h | 1 | ||||
-rw-r--r-- | Include/pyerrors.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Include/errors.h b/Include/errors.h index 29c23e9..4972f18 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 29c23e9..4972f18 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 */ |