* getdelim.c, alloca.c: common.h is no longer, but alloc.h
authorBen Pfaff <blp@gnu.org>
Thu, 11 Dec 2003 06:06:01 +0000 (06:06 +0000)
committerBen Pfaff <blp@gnu.org>
Thu, 11 Dec 2003 06:06:01 +0000 (06:06 +0000)
declares the allocation functions.

lib/misc/ChangeLog
lib/misc/alloca.c
lib/misc/getdelim.c

index 9bcae51a096dbacdc9a7819edfc775f84f0827a9..fac0657b5e729acb8e3eb5f113162cbfed32a30c 100644 (file)
@@ -1,3 +1,8 @@
+Wed Dec 10 21:59:16 2003  Ben Pfaff  <blp@gnu.org>
+
+       * getdelim.c, alloca.c: common.h is no longer, but alloc.h
+       declares the allocation functions.
+
 Sun Jan  2 21:35:47 2000  Ben Pfaff  <blp@gnu.org>
 
        * qsort.c: Change headers.  Fix __attribute__ for gcc 2.7.2.
 Sun Jan  2 21:35:47 2000  Ben Pfaff  <blp@gnu.org>
 
        * qsort.c: Change headers.  Fix __attribute__ for gcc 2.7.2.
index be1f0c423df7a118ab88c37e43344adaa9cb7a71..6d12bd0e75d2656b2df2181ee81fe541d7bc091a 100644 (file)
@@ -33,7 +33,6 @@
 
 #include <config.h>
 #include <stdlib.h>
 
 #include <config.h>
 #include <stdlib.h>
-#include "common.h"
 
 typedef void *pointer;         /* generic pointer type */
 #define        NULL    0               /* null pointer constant */
 
 typedef void *pointer;         /* generic pointer type */
 #define        NULL    0               /* null pointer constant */
index 3e74f947eb4135b90e4de628eadc91384795f9ce..8e1c1dd5b33b79a87fb0cfd9896816c1ab79f5d3 100644 (file)
@@ -21,7 +21,7 @@
 #include <assert.h>
 #include <stddef.h>
 #include <stdio.h>
 #include <assert.h>
 #include <stddef.h>
 #include <stdio.h>
-#include "common.h"
+#include "alloc.h"
 
 /* Reads a DELIMITER-separated field of any length from file STREAM.
    *LINEPTR is a malloc'd string of size N; if *LINEPTR is NULL, it is
 
 /* Reads a DELIMITER-separated field of any length from file STREAM.
    *LINEPTR is a malloc'd string of size N; if *LINEPTR is NULL, it is