Replace string const "<internal>" with dynamic allocation.
authorAlex Samuel <samuel@codesourcery.com>
Tue, 21 Sep 1999 18:14:26 +0000 (18:14 +0000)
committerAlex Samuel <samuel@gcc.gnu.org>
Tue, 21 Sep 1999 18:14:26 +0000 (18:14 +0000)
commitf3cdb9c694c0384e5cb59af694afc3ce01cc688d
treeed9bf6e0492df78ea611e210027f85260d62fbb4
parent5c7261ab87ea3e94b51b40cee621ebf6b665e952
Replace string const "<internal>" with dynamic allocation.

* lex.c (internal_filename): New variable.
(INTERNAL_FILENAME): New macro.
(init_parse): Allocate internal_filename and mark as root.  Use it
instead of a string constant.

From-SVN: r29553
gcc/cp/ChangeLog
gcc/cp/lex.c