CVSROOT: /sources/m4
Module name: m4
Changes by: Gary V. Vaughan <gary> 07/04/02 12:28:09
Modified files:
. : ChangeLog
m4 : input.c macro.c
Log message:
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.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/m4/ChangeLog?cvsroot=m4&r1=1.504&r2=1.505
http://cvs.savannah.gnu.org/viewcvs/m4/m4/input.c?cvsroot=m4&r1=1.63&r2=1.64
http://cvs.savannah.gnu.org/viewcvs/m4/m4/macro.c?cvsroot=m4&r1=1.64&r2=1.65