diff options
author | John Gilmore <gnu@cygnus> | 1992-01-05 23:41:28 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-01-05 23:41:28 +0000 |
commit | 3197d3d61b406d50df6394db78f7efeba9cc50c1 (patch) | |
tree | e9a1116555c67f8e318663642bd692604bd44800 /gas/ChangeLog | |
parent | 454328368517571ba4aaf85ab3f9f17e5cadc10d (diff) | |
download | gdb-3197d3d61b406d50df6394db78f7efeba9cc50c1.zip gdb-3197d3d61b406d50df6394db78f7efeba9cc50c1.tar.gz gdb-3197d3d61b406d50df6394db78f7efeba9cc50c1.tar.bz2 |
Add declaration of free() to config/ho-generic.h
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index cccf286..9332272 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,6 +1,8 @@ Sat Jan 4 16:34:16 1992 John Gilmore (gnu at cygnus.com) * as.h: Move redefine of xfree. + * config/ho-generic.h: Declare free(), since it's used without + ()s in obstack_begin. * read.c: Use xmalloc, not malloc. * expr.c, input-scrub.c, write.c: Avoid "know" macros that cover more than one line, since this causes char strings |