Get rid of the last 'differs in signedness' compiler warnings:
commit5b76db460e57b65caa2ad5ebf52817cfe50524e4
authorGary V. Vaughan <gary@gnu.org>
Mon, 2 Apr 2007 12:28:08 +0000 (2 12:28 +0000)
committerEric Blake <ebb9@byu.net>
Sat, 6 Oct 2007 13:08:19 +0000 (6 07:08 -0600)
tree34479f59cd167cdfc0d41e968ff26234c1d337eb
parent1722215a83e85c5d0edf5e5431925b0a08d1a334
Get rid of the last 'differs in signedness' compiler warnings:

* m4/macro.c (process_macro): m4_get_symbol_value_text() returns
a regular 'char *', so variables to store the return address,
and iterate through it should be regular 'char *' too.
* m4/input.c (m4_input_block): The start and current members of
the string part of this union store regular 'char *' types, so
they should be regular 'char *' types too.
ChangeLog
m4/input.c
m4/macro.c