summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2005-03-03 11:45:45 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2005-03-03 11:45:45 (GMT)
commit4bf108d74f2e36f16f4c0c00e7791e418e2d47ff (patch)
tree5d19f6610a464a81add147dd85fd1e72a8f480a8 /Include
parenta4dac4094acd35810b1497bbf99642fc98afd475 (diff)
downloadcpython-4bf108d74f2e36f16f4c0c00e7791e418e2d47ff.zip
cpython-4bf108d74f2e36f16f4c0c00e7791e418e2d47ff.tar.gz
cpython-4bf108d74f2e36f16f4c0c00e7791e418e2d47ff.tar.bz2
Patch #802188: better parser error message for non-EOL following line cont.
Diffstat (limited to 'Include')
-rw-r--r--Include/errcode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/errcode.h b/Include/errcode.h
index 985911e..becec80 100644
--- a/Include/errcode.h
+++ b/Include/errcode.h
@@ -28,6 +28,7 @@ extern "C" {
#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 */
+#define E_LINECONT 25 /* Unexpected characters after a line continuation */
#ifdef __cplusplus
}