Redo changelog entry.

From-SVN: r29836
This commit is contained in:
Michael Meissner 1999-10-06 03:25:39 +00:00
parent 3651fb44bb
commit dca31eb4cc
1 changed files with 7 additions and 3 deletions

View File

@ -36,9 +36,13 @@ Tue Oct 5 12:16:49 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue Oct 5 11:34:52 1999 Michael Meissner <meissner@cygnus.com>
* ggc-{common,callbacks,none,page,simple}.c (toplevel): Reorder
includes, so that ggc.h comes after other includes that define the
appropriate types. Include tm_p.h for getting user prototypes.
* ggc-common.c (toplevel): Reorder includes, so that ggc.h comes
after other includes that define the appropriate types. Include
tm_p.h for getting user prototypes.
* ggc-callbacks.c (toplevel): Ditto.
* ggc-none.c (toplevel): Ditto.
* gcc-page.c (toplevel): Ditto.
* ggc-simple.c (toplevel): Ditto.
Mon Oct 4 16:48:16 1999 Diego Novillo <dnovillo@cygnus.com>
Jonathan Larmour <jlarmour@cygnus.co.uk>