[Python-checkins] python/dist/src/Parser grammar.mak, 1.3.2.1, 1.3.2.2

nascheme at users.sourceforge.net nascheme at users.sourceforge.net
Fri Apr 15 04:18:27 CEST 2005


Update of /cvsroot/python/python/dist/src/Parser
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7321/Parser

Modified Files:
      Tag: ast-branch
	grammar.mak 
Log Message:
Implement the new 'class foo(): pass' syntax.  Tweak the grammar.mak file so
graminit.c can be built on Windows machines.  Closes SF patch #1176019.


Index: grammar.mak
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/grammar.mak,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -d -r1.3.2.1 -r1.3.2.2
--- grammar.mak	7 Jan 2005 07:04:34 -0000	1.3.2.1
+++ grammar.mak	15 Apr 2005 02:18:24 -0000	1.3.2.2
@@ -15,7 +15,7 @@
 # particular case --pragma in PC\pyconfig.h, which demands that
 # python23.lib get linked in).
 
-LIBS= ..\PCbuild\python23.lib
+LIBS= ..\PCbuild\python25.lib
 
 CFLAGS= /I ..\Include /I ..\PC /D MS_NO_COREDLL /D PGEN /MD
 



More information about the Python-checkins mailing list