cpplib.c (struct directive): Const-ify name pointer and function pointer prototype.
authorZack Weinberg <zack@gcc.gnu.org>
Tue, 31 Aug 1999 19:46:18 +0000 (19:46 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Tue, 31 Aug 1999 19:46:18 +0000 (19:46 +0000)
commit2ac9349e2659de88a99edae40ae9c6fc57610ef5
tree8fa3f1e02cf043fcfe5936d162f680ee58afa0da
parentef178af3a4faba2594c5a106ca721a5c3db4f693
cpplib.c (struct directive): Const-ify name pointer and function pointer prototype.

1999-08-31 12:44 -0700  Zack Weinberg  <zack@bitmover.com>

* cpplib.c (struct directive): Const-ify name pointer and
function pointer prototype.
(validate_else, do_define, do_line, do_include, do_undef,
do_error, do_pragma, do_ident, do_if, do_xifdef, do_else,
do_elif, do_endif, do_sccs, do_assert, do_unassert,
do_warning): Const-ify second arg.
(directive_table): Mark const.  Reorder entries by frequency
of usage, record statistics.

From-SVN: r29009
gcc/ChangeLog
gcc/cpplib.c