changeset 22:696f87ed66e2 trunk

[svn] More GCC retardation
author nenolod
date Mon, 24 Oct 2005 20:25:00 -0700
parents 26e98cee788f
children 0db4a1dc75c4
files Input/aac/include/systems.h
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- 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