This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc/gcc cpplib.h cppinit.c cpplex.c cpplib.c c ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-basic-improvements-branch
Changes by:	bothner@gcc.gnu.org	2002-12-10 11:17:16

Modified files:
	gcc            : cpplib.h cppinit.c cpplex.c cpplib.c cpptrad.c 
	                 ChangeLog 

Log message:
	* cpplib.h (struct cpp_hashnode):  Split a non-portably-signed field
	directive_index into an unsigned field and a new is_directive field.
	* cppinit.c (mark_named_operators):  Update to set new fields.
	* cpplex.c (_cpp_lex_direct):  Now directive_field is unsigned.
	* cpplib.c [_cpp_handle_directive]:   Test is_directive field.
	No longer need to subtract 1 from directive_index.
	(_cpp_init_directives):  No longer need to add 1 to directive_index.
	* cpptrad.c (scan_out_logical_line):  Use is_directive field.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cpplib.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-basic-improvements-branch&r1=1.234.4.4&r2=1.234.4.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cppinit.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-basic-improvements-branch&r1=1.260.2.5&r2=1.260.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cpplex.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-basic-improvements-branch&r1=1.212.4.4&r2=1.212.4.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cpplib.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-basic-improvements-branch&r1=1.321.4.6&r2=1.321.4.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cpptrad.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-basic-improvements-branch&r1=1.27.4.3&r2=1.27.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-basic-improvements-branch&r1=1.15234.2.144&r2=1.15234.2.145


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]