summaryrefslogtreecommitdiff
path: root/Include/pydebug.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-05-01 17:55:15 +0000
committerGuido van Rossum <guido@python.org>2000-05-01 17:55:15 +0000
commit634ea52186a13a81d0cc957457adb60fd045dc24 (patch)
tree02cc2af39527532ef920a7f76e0367afd26e4b7d /Include/pydebug.h
parent0c0b42e3eddc9735bf21ebb87818444fa85df37d (diff)
downloadcpython-634ea52186a13a81d0cc957457adb60fd045dc24.tar.gz
Marc-Andre Lemburg:
Added Py_UnicodeFlag for use by the -U command line option.
Diffstat (limited to 'Include/pydebug.h')
-rw-r--r--Include/pydebug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/pydebug.h b/Include/pydebug.h
index a848a15816..4315f5077d 100644
--- a/Include/pydebug.h
+++ b/Include/pydebug.h
@@ -43,6 +43,7 @@ extern DL_IMPORT(int) Py_NoSiteFlag;
extern DL_IMPORT(int) Py_UseClassExceptionsFlag;
extern DL_IMPORT(int) Py_FrozenFlag;
extern DL_IMPORT(int) Py_TabcheckFlag;
+extern DL_IMPORT(int) Py_UnicodeFlag;
DL_IMPORT(void) Py_FatalError Py_PROTO((char *));