Commit 11d03c57 authored by Martin v. Löwis's avatar Martin v. Löwis

Put conditional S_IFMT definition into pyport.h.

parent b0db85ac
......@@ -23,11 +23,6 @@
#include <fcntl.h>
#endif
#if defined(PYCC_VACPP)
/* VisualAge C/C++ Failed to Define MountType Field in sys/stat.h */
#define S_IFMT (S_IFDIR|S_IFCHR|S_IFREG)
#endif
extern time_t PyOS_GetLastModificationTime(char *, FILE *);
/* In getmtime.c */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment