]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove free and malloc decls.
authorJim Meyering <jim@meyering.net>
Thu, 23 Oct 1997 16:06:19 +0000 (16:06 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 23 Oct 1997 16:06:19 +0000 (16:06 +0000)
src/dircolors.c

index 070069066cb07b7ecc77e1e812f09437e15031fa..f024396a2af3fa72139d61e5b1b916fbfe8be505 100644 (file)
@@ -35,11 +35,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #define obstack_chunk_alloc malloc
 #define obstack_chunk_free free
 
-#ifndef STDC_HEADERS
-void free ();
-char *malloc ();
-#endif
-
 char *base_name ();
 char *strndup();