diff options
-rw-r--r-- | gcc/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -896,9 +896,9 @@ make_node (code) case 'd': if (code != FUNCTION_DECL) + DECL_ALIGN (t) = 1; DECL_IN_SYSTEM_HEADER (t) = in_system_header && (obstack == &permanent_obstack); - DECL_ALIGN (t) = 1; DECL_SOURCE_LINE (t) = lineno; DECL_SOURCE_FILE (t) = (input_filename) ? input_filename : "<built-in>"; DECL_UID (t) = next_decl_uid++; |