OSDN Git Service

* c-common.c (c_common_nodes_and_builtins): Create a
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 17 Dec 2000 13:58:53 +0000 (13:58 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 17 Dec 2000 13:58:53 +0000 (13:58 +0000)
commit838036a50895be2d6334463d7f2e0142841af7c5
tree8b163afd0f63646fb0c6b203b97237b9c0b7dcca
parent853c504cfccd92c72738f0bf3eb63ba3071f36d1
* c-common.c (c_common_nodes_and_builtins): Create a
cstring_endlink, use it.  Rename int_ftype_string_string to
int_ftype_cstring_cstring, string_ftype_string_int to
string_ftype_cstring_int, and string_ftype_string_string to
string_ftype_cstring_cstring.  Prefer sizetype_endlink and
int_endlink to manually recreating them.  Fix the prototype
set for __builtin_strspn/__builtin_strcspn.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38329 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-common.c