[NOSTRDUP]: Drop support for systems without strdup().
This commit is contained in:
parent
fcf5c59513
commit
5270cc57f2
3 changed files with 0 additions and 55 deletions
|
@ -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 */
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue