Browse Source

Issue #20597, #21274: Remove unused definition of PATH_MAX on GNU/Hurd,

MAXPATHLEN is now preferred.
pull/9921/head
Victor Stinner 11 years ago
parent
commit
a5b335e62f
  1. 4
      Python/pythonrun.c

4
Python/pythonrun.c

@ -34,10 +34,6 @@
#include "windows.h"
#endif
#ifdef __gnu_hurd__
#define PATH_MAX MAXPATHLEN
#endif
_Py_IDENTIFIER(builtins);
_Py_IDENTIFIER(excepthook);
_Py_IDENTIFIER(flush);

Loading…
Cancel
Save