OSDN Git Service

From Fred Fish, fix BeOS (I assume) related problem with mixing char pointers.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Sep 1997 22:51:33 +0000 (22:51 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Sep 1997 22:51:33 +0000 (22:51 +0000)
commit945e4193af730885dbb63d47b76126482117e04b
tree7d4c6eefc6ca68463d3706e4a829710de5a9c182
parentea4a6c81ba2fc4674c5252de70ee9ae1e4ca8695
From Fred Fish, fix BeOS (I assume) related problem with mixing char pointers.
* cpplib.c (quote_string): Cast first arg of sprintf call
from "unsigned char *" to "char *".
(output_line_command): Ditto.
(macroexpand): Ditto.
(do_line): Cast atoi arg from "unsigned char *" to "char *".

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