[Python-checkins] python/dist/src/PC/os2vacpp config.c,1.8,1.9

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sat, 15 Jun 2002 18:37:39 -0700


Update of /cvsroot/python/python/dist/src/PC/os2vacpp
In directory usw-pr-cvs1:/tmp/cvs-serv25408/python/PC/os2vacpp

Modified Files:
	config.c 
Log Message:
Nuked another reference to newmodule.c.


Index: config.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/os2vacpp/config.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** config.c	16 Jun 2002 01:34:49 -0000	1.8
--- config.c	16 Jun 2002 01:37:36 -0000	1.9
***************
*** 62,66 ****
          {"math", initmath},
          {"md5", initmd5},
-         {"new", initnew},
  #if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__)
          {"nt", initnt}, /* Use the NT os functions, not posix */
--- 62,65 ----