]> granicus.if.org Git - python/commitdiff
Removed extern declaration of strdup(). Doesn't appear to be important and
authorFred Drake <fdrake@acm.org>
Tue, 30 Sep 1997 19:20:01 +0000 (19:20 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 30 Sep 1997 19:20:01 +0000 (19:20 +0000)
causes ugly noises under Windows.

Modules/parsermodule.c

index 50c1defc4f80dbb904f3fb6a06d171c9b25b7527..d1f11548dc9a98b9a8d274c9ffd924b7218f6b6c 100644 (file)
                                        /* 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.
  *