[Python-checkins] python/dist/src/Python bltinmodule.c,2.308,2.309
aimacintyre at users.sourceforge.net
aimacintyre at users.sourceforge.net
Mon Mar 29 06:50:57 EST 2004
Update of /cvsroot/python/python/dist/src/Python
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3078
Modified Files:
bltinmodule.c
Log Message:
OS/2 VACPP build updates/fixes
Index: bltinmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/bltinmodule.c,v
retrieving revision 2.308
retrieving revision 2.309
diff -C2 -d -r2.308 -r2.309
*** bltinmodule.c 2 Feb 2004 13:39:01 -0000 2.308
--- bltinmodule.c 29 Mar 2004 11:50:55 -0000 2.309
***************
*** 576,580 ****
if (stat(filename, &s) == 0) {
if (S_ISDIR(s.st_mode))
! # if defined(PY_OS2) && defined(PYCC_VACPP)
errno = EOS2ERR;
# else
--- 576,580 ----
if (stat(filename, &s) == 0) {
if (S_ISDIR(s.st_mode))
! # if defined(PYOS_OS2) && defined(PYCC_VACPP)
errno = EOS2ERR;
# else
More information about the Python-checkins
mailing list