Commit 53e9d52c by Richard Stallman

entered into RCS

From-SVN: r1090
parent 552bc76f
......@@ -54,7 +54,7 @@ declare_function_name ()
char_array_type_node);
TREE_STATIC (decl) = 1;
TREE_READONLY (decl) = 1;
TREE_NO_UNUSED_WARNING (decl) = 1;
TREE_USED (decl) = 1;
DECL_IGNORED_P (decl) = 1;
init = build_string (strlen (name) + 1, name);
TREE_TYPE (init) = char_array_type_node;
......@@ -66,7 +66,7 @@ declare_function_name ()
char_array_type_node);
TREE_STATIC (decl) = 1;
TREE_READONLY (decl) = 1;
TREE_NO_UNUSED_WARNING (decl) = 1;
TREE_USED (decl) = 1;
DECL_IGNORED_P (decl) = 1;
init = build_string (strlen (printable_name) + 1, printable_name);
TREE_TYPE (init) = char_array_type_node;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment