[Python-checkins] CVS: python/dist/src/Modules unicodedatabase.c,2.5,2.6

M.-A. Lemburg python-dev@python.org
Sat, 30 Sep 2000 10:34:35 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv30004/Modules

Modified Files:
	unicodedatabase.c 
Log Message:
Fix header file usage so that NULL is defined. NULL is needed by 
unicodedata_db.h.

Index: unicodedatabase.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/unicodedatabase.c,v
retrieving revision 2.5
retrieving revision 2.6
diff -C2 -r2.5 -r2.6
*** unicodedatabase.c	2000/09/25 08:07:06	2.5
--- unicodedatabase.c	2000/09/30 17:34:31	2.6
***************
*** 12,16 ****
     ------------------------------------------------------------------------ */
  
! #include <stdlib.h>
  #include "unicodedatabase.h"
  
--- 12,16 ----
     ------------------------------------------------------------------------ */
  
! #include "Python.h"
  #include "unicodedatabase.h"