[Python-checkins] CVS: python/dist/src/Include methodobject.h,2.20,2.21

A.M. Kuchling python-dev@python.org
Wed, 2 Aug 2000 19:28:57 -0700


Update of /cvsroot/python/python/dist/src/Include
In directory slayer.i.sourceforge.net:/tmp/cvs-serv21360

Modified Files:
	methodobject.h 
Log Message:
Added #define for oldest version of argument calling


Index: methodobject.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/methodobject.h,v
retrieving revision 2.20
retrieving revision 2.21
diff -C2 -r2.20 -r2.21
*** methodobject.h	2000/07/09 03:09:55	2.20
--- methodobject.h	2000/08/03 02:28:54	2.21
***************
*** 51,54 ****
--- 51,55 ----
  
  /* Flag passed to newmethodobject */
+ #define METH_OLDARGS  0x0000
  #define METH_VARARGS  0x0001
  #define METH_KEYWORDS 0x0002