[Python-checkins] python/dist/src/Parser pgen.c,2.21,2.22

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Fri, 31 May 2002 06:11:43 -0700


Update of /cvsroot/python/python/dist/src/Parser
In directory usw-pr-cvs1:/tmp/cvs-serv28633/Parser

Modified Files:
	pgen.c 
Log Message:
Py_IgnoreEnvironmentFlag should be extern, since it is declared in pythonrun.c

Index: pgen.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/pgen.c,v
retrieving revision 2.21
retrieving revision 2.22
diff -C2 -d -r2.21 -r2.22
*** pgen.c	22 Apr 2002 03:29:32 -0000	2.21
--- pgen.c	31 May 2002 13:11:40 -0000	2.22
***************
*** 14,18 ****
  
  extern int Py_DebugFlag;
! int Py_IgnoreEnvironmentFlag; /* needed by Py_GETENV */
  
  
--- 14,18 ----
  
  extern int Py_DebugFlag;
! extern int Py_IgnoreEnvironmentFlag; /* needed by Py_GETENV */