CVS: 'python/dist/src/Python bltinmodule.c ceval.c compile.c import.c pythonrun.c'

Guido van Rossum guido@monty.CNRI.Reston.Va.US
Wed, 7 May 1997 13:46:10 -0400


Update of /projects/cvsroot/python/dist/src/Python
In directory monty:/usr/people/guido/python/src/Python

Modified Files:
	bltinmodule.c ceval.c compile.c import.c pythonrun.c 
Log Message:
Instead of importing graminit.h whenever one of the three grammar 'root'
symbols is needed, define these in Python.h with a Py_ prefix.

--Guido van Rossum (home page: http://www.python.org/~guido/)