projects
/
platform
/
upstream
/
bison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e95c1d
)
* src/system.h: No longer using strndup.
author
Akim Demaille
<akim@epita.fr>
Mon, 8 Apr 2002 11:45:16 +0000
(11:45 +0000)
committer
Akim Demaille
<akim@epita.fr>
Mon, 8 Apr 2002 11:45:16 +0000
(11:45 +0000)
ChangeLog
patch
|
blob
|
history
src/system.h
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
e4d2b6b
..
efb7195
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.
diff --git
a/src/system.h
b/src/system.h
index
0c5833e
..
1887d9e
100644
(file)
--- a/
src/system.h
+++ b/
src/system.h
@@
-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