[Python-checkins] CVS: python/dist/src/Python ceval.c,2.284,2.285

Skip Montanaro montanaro@users.sourceforge.net
2001年10月15日 13:51:40 -0700


Update of /cvsroot/python/python/dist/src/Python
In directory usw-pr-cvs1:/tmp/cvs-serv2103
Modified Files:
	ceval.c 
Log Message:
make getarray static - it's only called from ceval.c and is not an
extern-able name.
Index: ceval.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/ceval.c,v
retrieving revision 2.284
retrieving revision 2.285
diff -C2 -d -r2.284 -r2.285
*** ceval.c	2001年10月13日 06:11:28	2.284
--- ceval.c	2001年10月15日 20:51:38	2.285
***************
*** 3645,3649 ****
 #ifdef DYNAMIC_EXECUTION_PROFILE
 
! PyObject *
 getarray(long a[256])
 {
--- 3645,3649 ----
 #ifdef DYNAMIC_EXECUTION_PROFILE
 
! static PyObject *
 getarray(long a[256])
 {

AltStyle によって変換されたページ (->オリジナル) /