summaryrefslogtreecommitdiffstats
path: root/Include/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/errors.h')
-rwxr-xr-xInclude/errors.h1
1 files changed, 1 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 */