Commit 19efc5fb authored by Guido van Rossum's avatar Guido van Rossum

Add a declaration for strdup() for the Mac.

(Jack)
parent 5c069fd4
......@@ -26,6 +26,9 @@
/* ISTERMINAL() / ISNONTERMINAL() */
#include "compile.h" /* PyNode_Compile() */
#ifdef macintosh
char *strdup Py_PROTO((char *));
#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