[Python-checkins] CVS: python/dist/src/Modules posixmodule.c,2.155,2.156
Thomas Wouters
python-dev@python.org
2000年7月19日 07:45:42 -0700
Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv12710/Modules
Modified Files:
posixmodule.c
Log Message:
ANSIfy the just-checked-in isatty() wrapper.
Index: posixmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/posixmodule.c,v
retrieving revision 2.155
retrieving revision 2.156
diff -C2 -r2.155 -r2.156
*** posixmodule.c 2000年07月19日 14:34:14 2.155
--- posixmodule.c 2000年07月19日 14:45:40 2.156
***************
*** 3251,3257 ****
static PyObject *
! posix_isatty(self, args)
! PyObject *self;
! PyObject *args;
{
int fd;
--- 3251,3255 ----
static PyObject *
! posix_isatty(PyObject *self, PyObject *args)
{
int fd;