where.h (struct _ffewhere_file_): Mark GTY.
authorHans-Peter Nilsson <hp@bitrange.com>
Thu, 22 Aug 2002 02:20:43 +0000 (02:20 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Thu, 22 Aug 2002 02:20:43 +0000 (02:20 +0000)
commitd7704f76d244390ff0867b4371ff5201a9d95c0c
treecce6268d2a07aba745d731ecbaad376287a3b9a3
parent44ddc79ad21811b041b844053fe1c6111ba7d075
where.h (struct _ffewhere_file_): Mark GTY.

* where.h (struct _ffewhere_file_): Mark GTY.
(ffewhere_file_kill): Remove prototype.
* where.c: Include ggc.h.
(struct _ffewhere_ll_, struct _ffewhere_root_ll_): Mark GTY.
(ffewhere_root_ll_): Ditto.  Change type from struct
_ffewhere_root_ll_ to struct _ffewhere_root_ll_*.  All uses
changed.
(ffewhere_file_kill): Remove.
(ffewhere_file_new): Use GC to allocate ffewhereFile objects.
(ffewhere_file_set): Use GC to allocate ffewhereLL_ objects.
(ffewhere_init_1): Use GC to allocate ffewhere_root_ll_ sentinel.
Include gt-f-where.h.
* lex.c (ffelex_current_wf_, ffelex_include_wherefile_): Mark GTY.
Include gt-f-lex.h.
* std.c (ffestd_S3P4): Don't call ffewhere_file_kill.
* config-lang.in (gtfiles): Add f/where.h f/where.c and f/lex.c.
* Make-lang.in (gt-f-lex.h gt-f-where.h): Add to dependents of
s-gtype.
(f/lex.o): Depend on gt-f-lex.h.
(f/where.o): Depend on gt-f-where.h.

From-SVN: r56502
gcc/f/ChangeLog
gcc/f/Make-lang.in
gcc/f/config-lang.in
gcc/f/lex.c
gcc/f/std.c
gcc/f/where.c
gcc/f/where.h