Kaydet (Commit) 1f14ccf6 authored tarafından Guido van Rossum's avatar Guido van Rossum

Put back the extern declaration for strdup(), between #ifndef MS_WINDOWS.

This should make everybody happy, especially since we don't say what
the argument type is (there is disagreement on that, too :-( ).
üst 9b2681b3
......@@ -26,6 +26,9 @@
/* ISTERMINAL() / ISNONTERMINAL() */
#include "compile.h" /* PyNode_Compile() */
#ifndef MS_WINDOWS
char *strdup();
#endif
/* String constants used to initialize module attributes.
*
......
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