diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-10-28 23:53:29 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-10-28 23:53:29 +0000 |
commit | 18bea424b7f4b9b3e36f9ac590130f3a67e0e609 (patch) | |
tree | 068042af0d99849a4177394ce3da29144ce75ccf /mmalloc/.Sanitize | |
parent | 3ae8f16858896ac990c73bc2281ccdb923acd2e6 (diff) | |
download | gdb-18bea424b7f4b9b3e36f9ac590130f3a67e0e609.zip gdb-18bea424b7f4b9b3e36f9ac590130f3a67e0e609.tar.gz gdb-18bea424b7f4b9b3e36f9ac590130f3a67e0e609.tar.bz2 |
* mmprivate.h: New file, was mmalloc.h.
(mmalloc.h): Include.
* mmalloc.h: Remove all but declarations of mmalloc functions.
(ansidecl.h): Include.
* attach.c, et al: Include mmprivate.h instead of mmalloc.h.
Diffstat (limited to 'mmalloc/.Sanitize')
-rw-r--r-- | mmalloc/.Sanitize | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/mmalloc/.Sanitize b/mmalloc/.Sanitize index 196bd07..fa6339b 100644 --- a/mmalloc/.Sanitize +++ b/mmalloc/.Sanitize @@ -1,8 +1,6 @@ -# Sanitize.in for devo. -# $Id$ -# +# .Sanitize for devo/mmalloc. -# Each directory to survive it's way into a release will need a file +# Each directory to survive its way into a release will need a file # like this one called "./.Sanitize". All keyword lines must exist, # and must exist in the order specified by this file. Each directory # in the tree will be processed, top down, in the following order. @@ -13,7 +11,7 @@ # The lines between the "Do-first:" line and the "Things-to-keep:" # line are executed as a /bin/sh shell script before anything else is -# done in this +# done in this directory. Do-first: @@ -42,6 +40,7 @@ mmalloc.texi mmap-sup.c mmcheck.c mmemalign.c +mmprivate.h mmstats.c mmtrace.awk mmtrace.c |