]> git.saurik.com Git - bison.git/commitdiff
* src/system.h: No longer using strndup.
authorAkim Demaille <akim@epita.fr>
Mon, 8 Apr 2002 11:45:16 +0000 (11:45 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 8 Apr 2002 11:45:16 +0000 (11:45 +0000)
ChangeLog
src/system.h

index e4d2b6b442e0a7896977754a62b257b32d6fcd44..efb719536675ed36668ac2a6fd572da7b1fd5dce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-04-08  Akim Demaille  <akim@epita.fr>
+
+       * src/system.h: No longer using strndup.
+
+       
 2002-04-07  Akim Demaille  <akim@epita.fr>
 
        * src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
index 0c5833e39c5a3884bcf760a2e7d60d336a6fadc8..1887d9e00d950da3cbe09f3450c2ba3bdc4d9050 100644 (file)
@@ -106,10 +106,6 @@ char *stpcpy PARAMS ((char *dest, const char *src));
 char *strchr(const char *s, int c);
 #endif
 
-#if !HAVE_DECL_STRNDUP
-char *strndup PARAMS ((const char *s, size_t size));
-#endif
-
 #if !HAVE_DECL_STRSPN
 size_t strspn(const char *s, const char *accept);
 #endif