GNU file utilities
[gnulib.git] / lib / strdup.c
index 078c69b..b137db2 100644 (file)
@@ -23,10 +23,6 @@ char *malloc ();
 char *strcpy ();
 #endif
 
-#if !__STDC__
-#define const
-#endif
-
 /* Return a newly allocated copy of STR,
    or 0 if out of memory. */