Kaydet (Commit) fd9ef4a2 authored tarafından Fred Drake's avatar Fred Drake

Removed extern declaration of strdup(). Doesn't appear to be important and

causes ugly noises under Windows.
üst 228776cf
......@@ -26,16 +26,6 @@
/* ISTERMINAL() / ISNONTERMINAL() */
#include "compile.h" /* PyNode_Compile() */
/*
* All the "fudge" declarations are here:
*
* This isn't part of the Python runtime, but it's in the library somewhere.
* Where it is varies a bit, so just declare it. Don't use any prototype;
* different systems declare it a little differently, and we don't need the
* extra warnings.
*/
extern char* strdup();
/* 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