mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-26 06:40:28 +08:00
In gcc/objc/: 2011-04-13 Nicola Pero <nicola.pero@meta-innovation.com>
In gcc/objc/: 2011-04-13 Nicola Pero <nicola.pero@meta-innovation.com> * objc-act.c (build_keyword_selector): Use get_identifier_with_length instead of get_identifier. From-SVN: r172360
This commit is contained in:
parent
81f653d624
commit
1328049a7b
@ -1,3 +1,8 @@
|
|||||||
|
2011-04-13 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||||
|
|
||||||
|
* objc-act.c (build_keyword_selector): Use get_identifier_with_length
|
||||||
|
instead of get_identifier.
|
||||||
|
|
||||||
2011-04-12 Nathan Froyd <froydnj@codesourcery.com>
|
2011-04-12 Nathan Froyd <froydnj@codesourcery.com>
|
||||||
|
|
||||||
* objc-lang.c (objc_init_ts): Move code for this function...
|
* objc-lang.c (objc_init_ts): Move code for this function...
|
||||||
|
@ -4668,7 +4668,7 @@ build_keyword_selector (tree selector)
|
|||||||
strcat (buf, ":");
|
strcat (buf, ":");
|
||||||
}
|
}
|
||||||
|
|
||||||
return get_identifier (buf);
|
return get_identifier_with_length (buf, len);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Used for declarations and definitions. */
|
/* Used for declarations and definitions. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user