summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@cygnus.com>1998-07-07 06:07:59 +0000
committerTom Tromey <tromey@src.gnome.org>1998-07-07 06:07:59 +0000
commita1c4a6bc529584d58d6babf6fd85060cf38191d0 (patch)
tree0a3fb8b346b3a1ae11725b9d88513f85281b809b
parentb4fcec2e4fe9d35beabb693b8f6baa5819e80e95 (diff)
downloadgnome-common-a1c4a6bc529584d58d6babf6fd85060cf38191d0.tar.gz
Don't include <malloc.h>.
Tue Jul 7 00:02:51 1998 Tom Tromey <tromey@cygnus.com> * argp-help.c: Don't include <malloc.h>. svn path=/trunk/; revision=271
-rw-r--r--support/ChangeLog4
-rw-r--r--support/argp-help.c3
2 files changed, 4 insertions, 3 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index e5787d2..d4ff55b 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jul 7 00:02:51 1998 Tom Tromey <tromey@cygnus.com>
+
+ * argp-help.c: Don't include <malloc.h>.
+
1998-06-11 Raja R Harinath <harinath@cs.umn.edu>
* Makefile.am (gnomesupport.h): Build with `gnomesupport.awk'.
diff --git a/support/argp-help.c b/support/argp-help.c
index 69b8a5e..8ac3540 100644
--- a/support/argp-help.c
+++ b/support/argp-help.c
@@ -27,9 +27,6 @@
#include <string.h>
#include <assert.h>
#include <stdarg.h>
-#ifndef __FreeBSD__
-#include <malloc.h>
-#endif
#include <ctype.h>
#ifndef _