]> gcc.gnu.org Git - gcc.git/commit
cppfiles.c (read_and_prescan): Cast the result of `xrealloc' to U_CHAR* when assignin...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sat, 6 Feb 1999 07:38:50 +0000 (07:38 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sat, 6 Feb 1999 07:38:50 +0000 (07:38 +0000)
commitbdc1937ed9b8094c8fcb835b594d67812883003f
tree4413a502f6b8ff88549cbb4d9533aaa8e14dd8f6
parentb36ba79f65f341f556662aea2d2f7c14c4fb1ec5
cppfiles.c (read_and_prescan): Cast the result of `xrealloc' to U_CHAR* when assigning to one.

        * 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.

From-SVN: r25054
gcc/ChangeLog
gcc/cppfiles.c
gcc/cppinit.c
This page took 0.056938 seconds and 5 git commands to generate.