Add a declaration for strdup() for the Mac.

(Jack)
This commit is contained in:
Guido van Rossum 1998-04-28 16:10:19 +00:00
parent 5c069fd4b1
commit 19efc5fb80
1 changed files with 3 additions and 0 deletions

View File

@ -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.
*