[Python-checkins] CVS: python/dist/src Makefile.pre.in,1.69,1.70
Tim Peters
tim_one@users.sourceforge.net
2001年12月03日 19:18:50 -0800
Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv30254/python
Modified Files:
Makefile.pre.in
Log Message:
The parser doesn't need its own implementation of assert, and having its
own interfered with including Python.h. Remove Python's assert.h.
Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -d -r1.69 -r1.70
*** Makefile.pre.in 2001年12月03日 18:51:41 1.69
--- Makefile.pre.in 2001年12月04日 03:18:47 1.70
***************
*** 408,412 ****
Parser/grammar.o: $(srcdir)/Parser/grammar.c \
- $(srcdir)/Parser/assert.h \
$(srcdir)/Include/token.h \
$(srcdir)/Include/grammar.h
--- 408,411 ----