(make_node): Fix white space.

From-SVN: r1708
This commit is contained in:
Richard Stallman 1992-07-29 03:31:44 +00:00
parent 8d8ebdd5b3
commit cfd6bb3d08

View File

@ -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++;