diff options
author | Jason Molenda <crash@cygnus> | 1995-11-05 03:12:15 +0000 |
---|---|---|
committer | Jason Molenda <crash@cygnus> | 1995-11-05 03:12:15 +0000 |
commit | c93a17b7aba525ca857d7955d2a22dfafaf1c8b1 (patch) | |
tree | d3f0bcca7957e0ae0f02178994d4dc590b709297 /mmalloc/ChangeLog | |
parent | 1738bcd31b7027c1eab8cfc680c3dcac478cd3ce (diff) | |
download | gdb-c93a17b7aba525ca857d7955d2a22dfafaf1c8b1.zip gdb-c93a17b7aba525ca857d7955d2a22dfafaf1c8b1.tar.gz gdb-c93a17b7aba525ca857d7955d2a22dfafaf1c8b1.tar.bz2 |
* configure.in: add AC_HEADER_STDC check.
* mmalloc.h: check if STDC_HEADERS instead of __STDC__.
* mmprivate.h: check if STDC_HEADERS instead of __STDC__.
This change is necessary to build under AIX 3.2.5 w/ cc after Stan's
Oct 24 change. I'm not convinced that changing mmalloc.h in this way
is such a good thing--if a directory that doesn't use autoconf (or one
that DOES use autoconf but doesn't put all the defines on the command
line), and it includes mmalloc.h, the right thing won't happen.
I believe gdb is the only directory which uses mmalloc, though, so
it should be OK.
Diffstat (limited to 'mmalloc/ChangeLog')
-rw-r--r-- | mmalloc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mmalloc/ChangeLog b/mmalloc/ChangeLog index 27a0382..06c9c55 100644 --- a/mmalloc/ChangeLog +++ b/mmalloc/ChangeLog @@ -1,3 +1,11 @@ +Sat Nov 4 19:10:13 1995 Jason Molenda (crash@phydeaux.cygnus.com) + + * configure.in: add AC_HEADER_STDC check. + + * mmalloc.h: check if STDC_HEADERS instead of __STDC__. + + * mmprivate.h: check if STDC_HEADERS instead of __STDC__. + Tue Oct 24 13:17:44 1995 Stan Shebs <shebs@andros.cygnus.com> * mmprivate.h: Remove declarations (PTR, etc) that are already |