summaryrefslogtreecommitdiffstats
path: root/Modules/parsermodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/parsermodule.c')
-rw-r--r--Modules/parsermodule.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/Modules/parsermodule.c b/Modules/parsermodule.c
index 50c1def..d1f1154 100644
--- a/Modules/parsermodule.c
+++ b/Modules/parsermodule.c
@@ -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.
*