[Python-checkins] CVS: python/dist/src/Modules errnomodule.c,2.11,2.12

Fredrik Lundh python-dev@python.org
Sun, 9 Jul 2000 08:14:54 -0700


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

Modified Files:
	errnomodule.c 
Log Message:


- ANSI-fication
  (patch #100784 by Peter Schneider-Kamp)



Index: errnomodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/errnomodule.c,v
retrieving revision 2.11
retrieving revision 2.12
diff -C2 -r2.11 -r2.12
*** errnomodule.c	2000/06/30 23:58:05	2.11
--- errnomodule.c	2000/07/09 15:14:52	2.12
***************
*** 34,42 ****
  
  static void
! _inscode(d, de, name, code)
! 	PyObject *d;
! 	PyObject *de;
! 	char *name;
! 	int code;
  {
  	PyObject *u;
--- 34,38 ----
  
  static void
! _inscode(PyObject *d, PyObject *de, char *name, int code)
  {
  	PyObject *u;