-
- Downloads
* cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
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
Showing
- gcc/ChangeLog 14 additions, 0 deletionsgcc/ChangeLog
- gcc/cpperror.c 24 additions, 22 deletionsgcc/cpperror.c
- gcc/cppexp.c 2 additions, 2 deletionsgcc/cppexp.c
- gcc/cpphash.c 19 additions, 19 deletionsgcc/cpphash.c
- gcc/cpphash.h 3 additions, 3 deletionsgcc/cpphash.h
- gcc/cpplex.c 17 additions, 34 deletionsgcc/cpplex.c
- gcc/cpplib.c 15 additions, 15 deletionsgcc/cpplib.c
- gcc/cpplib.h 13 additions, 10 deletionsgcc/cpplib.h
- gcc/cppmain.c 1 addition, 1 deletiongcc/cppmain.c
- gcc/fix-header.c 1 addition, 1 deletiongcc/fix-header.c
- gcc/scan-decls.c 3 additions, 4 deletionsgcc/scan-decls.c
Loading
Please register or sign in to comment