[Python-checkins] CVS: python/dist/src/Include pydebug.h,2.10,2.11

Guido van Rossum python-dev@python.org
Mon, 1 May 2000 13:51:44 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Include
In directory eric:/projects/python/develop/guido/src/Include

Modified Files:
	pydebug.h 
Log Message:
Marc-Andre Lemburg:

Added Py_UnicodeFlag for use by the -U command line option.


Index: pydebug.h
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Include/pydebug.h,v
retrieving revision 2.10
retrieving revision 2.11
diff -C2 -r2.10 -r2.11
*** pydebug.h	1998/12/04 18:48:15	2.10
--- pydebug.h	2000/05/01 17:51:41	2.11
***************
*** 44,47 ****
--- 44,48 ----
  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 *));