gkeating 03/01/02 13:05:04 Modified: live/gcc3/gcc c-common.c Log: GC cfstring template variables. Revision Changes Path 1.85 +2 -2 src/live/gcc3/gcc/c-common.c Index: c-common.c =================================================================== RCS file: /cvs/Darwin/src/live/gcc3/gcc/c-common.c,v retrieving revision 1.84 retrieving revision 1.85 diff -u -r1.84 -r1.85 --- c-common.c 2002/12/18 00:31:49 1.84 +++ c-common.c 2003/01/02 21:05:04 1.85 @@ -7068,8 +7068,8 @@ /* APPLE LOCAL begin constant cfstrings */ -static tree cfstring_class_reference = NULL_TREE; -static tree cfstring_object_template = NULL_TREE; +static GTY(()) tree cfstring_class_reference = NULL_TREE; +static GTY(()) tree cfstring_object_template = NULL_TREE; static void create_cfstring_template ()