X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Finput.h;h=5929064209066d612992f50de90e71ac55764c37;hb=50847bfbf68c70e05c1eb4599711ee09792139d9;hp=399a685423a081400c3793b0e736e551265050a8;hpb=37ba48872f773ad93053f35d5f545c2fa1d2244a;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/input.h b/gcc/input.h index 399a685423a..59290642090 100644 --- a/gcc/input.h +++ b/gcc/input.h @@ -37,7 +37,7 @@ extern GTY(()) struct line_maps *line_table; extern char builtins_location_check[(BUILTINS_LOCATION < RESERVED_LOCATION_COUNT) ? 1 : -1]; -typedef struct GTY (()) +typedef struct { /* The name of the source file involved. */ const char *file;