egcs/gcc ChangeLog cpphash.c
neil@gcc.gnu.org
neil@gcc.gnu.org
Thu Jul 13 14:49:00 GMT 2000
CVSROOT: /cvs/gcc
Module name: egcs
Changes by: neil@sourceware.cygnus.com 2000-07-13 14:49:34
Modified files:
gcc : ChangeLog cpphash.c
Log message:
* cpphash.c (struct macro_info): Add new members.
(_cpp_free_definition): Delete the macro directly.
(count_params): Return void, with first token of
expansion in struct macro_info on success.
(parse_define): Return int. Hoist syntax checking from
save_macro_expansion. Leave call to save_expansion to
_cpp_create_definition.
(alloc_macro): Needs just 2 arguments.
(free_macro): Delete.
(save_expansion): Don't perform syntax check.
(_cpp_create_definition): Call save_expansion.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.7107&r2=1.7108
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/cpphash.c.diff?cvsroot=gcc&r1=1.102&r2=1.103
More information about the Gcc-cvs
mailing list