OSDN Git Service

* builtins.c (built_in_class_names, built_in_names): Constify a
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Mar 2000 18:03:55 +0000 (18:03 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Mar 2000 18:03:55 +0000 (18:03 +0000)
commit8934cb0c1a05849af6e704514c5e71ad7fbb04a1
tree7fa5d8f5f3c3151a83a03d4b9ff54f281c145164
parenta7ec4a7ed7c16e661c59ae7a2e5b61950cdfb73d
* builtins.c (built_in_class_names, built_in_names): Constify a
char*.

* gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
int.
(_mcleanup): Ensure value matches format specifier in sprintf.

* cpphash.c (special_symbol): Don't needlessly cast away
const-ness.

* cppinit.c (base_name): Delete unused prototype.

* mkdeps.c (deps_init): Make definition K&R safe.

* tree.h (built_in_class_names, built_in_names): Constify a
char*.

f:
* ansify.c (die_unless): Don't use ANSI string concatenation.
(die): Mark with ATTRIBUTE_NORETURN.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32364 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/builtins.c
gcc/config/sparc/gmon-sol2.c
gcc/cpphash.c
gcc/cppinit.c
gcc/f/ChangeLog
gcc/f/ansify.c
gcc/mkdeps.c
gcc/tree.h