[NOSTRDUP]: Drop support for systems without strdup().

This commit is contained in:
Markus Armbruster 2005-10-22 18:12:22 +00:00
parent fcf5c59513
commit 5270cc57f2
3 changed files with 0 additions and 55 deletions

View file

@ -387,9 +387,6 @@ extern int parse(char *, char **, char **, char *, char **);
extern int ldround(double, int);
extern int roundintby(int, int);
extern int scthash(register int, register int, int);
#ifdef NOSTRDUP
extern char *strdup(char *x);
#endif
/* more in misc.h */
/*