This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
gcc/gcc ChangeLog Makefile.in c-lex.c c-pragma.h
- From: bernie at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: 26 Jul 2004 00:29:41 -0000
- Subject: gcc/gcc ChangeLog Makefile.in c-lex.c c-pragma.h
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: bernie@gcc.gnu.org 2004-07-26 00:29:41
Modified files:
gcc : ChangeLog Makefile.in c-lex.c c-pragma.h
Log message:
* Makefile.in (C_PRAGMA_H): New variable to track dependencies
of c-pragma.h.
* c-pragma.h (c_lex, c_lex_with_flags): Change returntype to
enum cpp_ttype.
* c-lex.c: Likewise.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.4688&r2=2.4689
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&r1=1.1335&r2=1.1336
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-lex.c.diff?cvsroot=gcc&r1=1.228&r2=1.229
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-pragma.h.diff?cvsroot=gcc&r1=1.41&r2=1.42