OSDN Git Service

Replace string const "<built-in>" with dynamic allocation.
authorsamuel <samuel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Sep 1999 18:09:54 +0000 (18:09 +0000)
committersamuel <samuel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Sep 1999 18:09:54 +0000 (18:09 +0000)
commit6a64103b1b2ff1870febd13ac7fff768f89c1a07
tree89263391f64cf9aef62e2594ccd56036bca0f0f5
parent5d15c15cbf1bef24df8400c19ec9209e8026f571
Replace string const "<built-in>" with dynamic allocation.
* tree.c (built_in_filename): New variable.
(BUILT_IN_FILENAME): New macro.
(init_tree_codes): Allocate built_in_filename.
(make_node): Use built_in_filename instead of string constant.

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