summaryrefslogtreecommitdiffstats
path: root/Include/errcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/errcode.h')
-rw-r--r--Include/errcode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/errcode.h b/Include/errcode.h
index a8b1aaa..985911e 100644
--- a/Include/errcode.h
+++ b/Include/errcode.h
@@ -26,6 +26,8 @@ extern "C" {
#define E_TOODEEP 20 /* Too many indentation levels */
#define E_DEDENT 21 /* No matching outer block for dedent */
#define E_DECODE 22 /* Error in decoding into Unicode */
+#define E_EOFS 23 /* EOF in triple-quoted string */
+#define E_EOLS 24 /* EOL in single-quoted string */
#ifdef __cplusplus
}