(make_node): Fix white space.
From-SVN: r1708
This commit is contained in:
parent
8d8ebdd5b3
commit
cfd6bb3d08
@ -896,9 +896,9 @@ make_node (code)
|
||||
|
||||
case 'd':
|
||||
if (code != FUNCTION_DECL)
|
||||
DECL_IN_SYSTEM_HEADER (t) =
|
||||
in_system_header && (obstack == &permanent_obstack);
|
||||
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++;
|
||||
|
Loading…
Reference in New Issue
Block a user