[Python-checkins] CVS: python/dist/src/Doc/ext ext.tex,1.78,1.79

Fred L. Drake python-dev@python.org
Sat, 8 Jul 2000 20:35:13 -0700


Update of /cvsroot/python/python/dist/src/Doc/ext
In directory slayer.i.sourceforge.net:/tmp/cvs-serv11500

Modified Files:
	ext.tex 
Log Message:

Remove the only Py_PROTO in the docs.


Index: ext.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/ext.tex,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -r1.78 -r1.79
*** ext.tex	2000/06/30 17:58:34	1.78
--- ext.tex	2000/07/09 03:35:10	1.79
***************
*** 1604,1608 ****
  #define PySpam_System_NUM 0
  #define PySpam_System_RETURN int
! #define PySpam_System_PROTO Py_PROTO((char *command))
  
  /* Total number of C API pointers */
--- 1604,1608 ----
  #define PySpam_System_NUM 0
  #define PySpam_System_RETURN int
! #define PySpam_System_PROTO(char *command)
  
  /* Total number of C API pointers */