Remove xstrdup declaration.
authorJim Meyering <jim@meyering.net>
Thu, 2 Sep 1999 21:31:19 +0000 (21:31 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 2 Sep 1999 21:31:19 +0000 (21:31 +0000)
src/cut.c
src/sort.c
src/tsort.c

index ac8864d..90daa5d 100644 (file)
--- a/src/cut.c
+++ b/src/cut.c
@@ -73,8 +73,6 @@
 
 #define AUTHORS "David Ihnat, David MacKenzie, and Jim Meyering"
 
-char *xstrdup ();
-
 #define FATAL_ERROR(Message)                                           \
   do                                                                   \
     {                                                                  \
index 83cba40..c37d0c5 100644 (file)
@@ -53,8 +53,6 @@
 double strtod ();
 #endif
 
-char *xstrdup ();
-
 /* Undefine, to avoid warning about redefinition on some systems.  */
 #undef min
 #define min(a, b) ((a) < (b) ? (a) : (b))
index f26cfa3..3234a40 100644 (file)
@@ -42,8 +42,6 @@
 /* Token delimiters when reading from a file.  */
 #define DELIM " \t\n"
 
-char *xstrdup ();
-
 /* Members of the list of successors.  */
 struct successor
 {