# HG changeset patch # User nenolod # Date 1130210700 25200 # Node ID 696f87ed66e2d8d07127dec59956911ab588663d # Parent 26e98cee788fde9012c17acbcb0f0ff227ad065d [svn] More GCC retardation diff -r 26e98cee788f -r 696f87ed66e2 Input/aac/include/systems.h --- a/Input/aac/include/systems.h Mon Oct 24 20:15:55 2005 -0700 +++ b/Input/aac/include/systems.h Mon Oct 24 20:25:00 2005 -0700 @@ -203,16 +203,6 @@ #define __STRING(expr) #expr #endif -#ifndef HAVE_STRSEP -#ifdef __cplusplus -extern "C" { -#endif -char *strsep(char **strp, const char *delim); -#ifdef __cplusplus -} -#endif -#endif - #ifndef MIN #define MIN(a,b) ((a) < (b) ? (a) : (b)) #endif