summaryrefslogtreecommitdiffstats
path: root/Include/pyerrors.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1991-12-16 13:06:04 (GMT)
committerGuido van Rossum <guido@python.org>1991-12-16 13:06:04 (GMT)
commita317365eb2906e54d6400907740eb20afd929bff (patch)
treecf352e0c4d8e94730dfa7f24899f7cf9ebb9e20f /Include/pyerrors.h
parentb954c2c39fa7fe8cb52dc05584980a30b9d2a260 (diff)
downloadcpython-a317365eb2906e54d6400907740eb20afd929bff.zip
cpython-a317365eb2906e54d6400907740eb20afd929bff.tar.gz
cpython-a317365eb2906e54d6400907740eb20afd929bff.tar.bz2
SyntaxError.
Diffstat (limited to 'Include/pyerrors.h')
-rw-r--r--Include/pyerrors.h1
1 files changed, 1 insertions, 0 deletions
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 */