(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':
|
case 'd':
|
||||||
if (code != FUNCTION_DECL)
|
if (code != FUNCTION_DECL)
|
||||||
DECL_IN_SYSTEM_HEADER (t) =
|
DECL_IN_SYSTEM_HEADER (t)
|
||||||
in_system_header && (obstack == &permanent_obstack);
|
= in_system_header && (obstack == &permanent_obstack);
|
||||||
DECL_ALIGN (t) = 1;
|
DECL_ALIGN (t) = 1;
|
||||||
DECL_SOURCE_LINE (t) = lineno;
|
DECL_SOURCE_LINE (t) = lineno;
|
||||||
DECL_SOURCE_FILE (t) = (input_filename) ? input_filename : "<built-in>";
|
DECL_SOURCE_FILE (t) = (input_filename) ? input_filename : "<built-in>";
|
||||||
DECL_UID (t) = next_decl_uid++;
|
DECL_UID (t) = next_decl_uid++;
|
||||||
|
Loading…
Reference in New Issue
Block a user