mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* src/system.h: No longer using strndup.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user