[Python-checkins] CVS: python/dist/src/Modules posixmodule.c,2.186,2.187

Guido van Rossum gvanrossum@users.sourceforge.net
Sat, 14 Apr 2001 10:55:11 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv9332

Modified Files:
	posixmodule.c 
Log Message:
Make some private symbols static.

Index: posixmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/posixmodule.c,v
retrieving revision 2.186
retrieving revision 2.187
diff -C2 -r2.186 -r2.187
*** posixmodule.c	2001/04/11 20:57:57	2.186
--- posixmodule.c	2001/04/14 17:55:09	2.187
***************
*** 3837,3841 ****
  Translate an error code to a message string.";
  
! PyObject *
  posix_strerror(PyObject *self, PyObject *args)
  {
--- 3837,3841 ----
  Translate an error code to a message string.";
  
! static PyObject *
  posix_strerror(PyObject *self, PyObject *args)
  {