• zack's avatar
    * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c, · 82831e19
    zack authored
    	cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
    	cpp_token with cpp_ttype everywhere.
    	* cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
    	Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
    	CPP_BUF_COL.  Line and column numbers are unsigned int, not
    	long.
    	* cpplex.c (cpp_buf_line_and_col): Delete.
    	* cpplib.h (struct cpp_buffer, struct cpp_reader): Change
    	'long lineno' to 'unsigned int lineno'.
    	(CPP_BUF_LINE, CPP_BUF_COL): New macros.
    
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33076 138bc75d-0d04-0410-961f-82ee72b054a4
    82831e19
cppexp.c 29.3 KB