* cppfiles.c (read_and_prescan): Cast the result of `xrealloc' to
commita5944b5c4647eb06a6b0ed3ad77d61ef4c4262c4
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Feb 1999 07:38:50 +0000 (6 07:38 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Feb 1999 07:38:50 +0000 (6 07:38 +0000)
tree4413a502f6b8ff88549cbb4d9533aaa8e14dd8f6
parent129a2fe4c28ee44a8c71901f07338ecb6856b90f
    * cppfiles.c (read_and_prescan): Cast the result of `xrealloc' to
        U_CHAR* when assigning to one.  Ensure the values of a ?: operator
        have the same type.
        * cppinit.c (initialize_char_syntax): Use K&R function definition.

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