diff options
Diffstat (limited to 'src/flstring.h')
| -rw-r--r-- | src/flstring.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/flstring.h b/src/flstring.h index 59b43b8ae..78cc5e559 100644 --- a/src/flstring.h +++ b/src/flstring.h @@ -68,18 +68,6 @@ extern "C" { # endif /* __cplusplus */ -/* - * MetroWerks' CodeWarrior put thes "non-standard" functions in - * <extras.h> which unfortunatly does not play well otherwise - * when included - to be resolved... - */ - -# if defined(__APPLE__) && defined(__MWERKS__) && defined(_MSL_USING_MW_C_HEADERS) -int strcasecmp(const char*,const char*); -int strncasecmp(const char*,const char*,int); -char *strdup(const char*); -# endif - FL_EXPORT extern int fl_snprintf(char *, size_t, const char *, ...); # if !HAVE_SNPRINTF # define snprintf fl_snprintf |
