Commit 838e9ea2 by Richard Stallman

(decl_attributes): `mode' attribute now takes string arg.

From-SVN: r6914
parent 309c23f7
......@@ -257,7 +257,7 @@ decl_attributes (decl, attributes)
{
int i;
char *specified_name
= IDENTIFIER_POINTER (TREE_VALUE (TREE_VALUE (a)));
= TREE_STRING_POINTER (TREE_VALUE (TREE_VALUE (a)));
/* Give this decl a type with the specified mode. */
for (i = 0; i < NUM_MACHINE_MODES; i++)
......
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