mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 17:53:02 +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>
|
2002-04-07 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
|
* 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);
|
char *strchr(const char *s, int c);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !HAVE_DECL_STRNDUP
|
|
||||||
char *strndup PARAMS ((const char *s, size_t size));
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if !HAVE_DECL_STRSPN
|
#if !HAVE_DECL_STRSPN
|
||||||
size_t strspn(const char *s, const char *accept);
|
size_t strspn(const char *s, const char *accept);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user