CVSROOT: /sources/m4 Module name: m4 Changes by: Gary V. Vaughan <gary> 07/04/02 12:28:09
Index: ChangeLog =================================================================== RCS file: /sources/m4/m4/ChangeLog,v retrieving revision 1.504 retrieving revision 1.505 diff -u -b -r1.504 -r1.505 --- ChangeLog 2 Apr 2007 12:06:23 -0000 1.504 +++ ChangeLog 2 Apr 2007 12:28:08 -0000 1.505 @@ -1,5 +1,16 @@ 2007-04-02 Gary V. Vaughan <[EMAIL PROTECTED]> + 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. + +2007-04-02 Gary V. Vaughan <[EMAIL PROTECTED]> + M4 was designed to have a small number of header files defining the interfaces to several source files each. Keeping this in mind allows us to tidy things up considerably. Having done this, @@ -8731,7 +8742,7 @@ ----- - $Revision: 1.504 $ $Date: 2007/04/02 12:06:23 $ + $Revision: 1.505 $ $Date: 2007/04/02 12:28:08 $ Local Variables: coding: utf-8