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

Greg Stein python-dev@python.org
Sun, 9 Jul 2000 09:27:35 -0700


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

Modified Files:
	ext.tex 
Log Message:
needs a space



Index: ext.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/ext.tex,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -r1.79 -r1.80
*** ext.tex	2000/07/09 03:35:10	1.79
--- ext.tex	2000/07/09 16:27:33	1.80
***************
*** 1604,1608 ****
  #define PySpam_System_NUM 0
  #define PySpam_System_RETURN int
! #define PySpam_System_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 */