diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-26 20:51:37 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-26 20:51:37 +0000 |
commit | 2405414425fb0e4ca0075bbc49644d8ca03214df (patch) | |
tree | d6963b0f465ce20472a59151e1711f58104f858f /gcc/cp/lex.h | |
parent | b59496fadbe8fb21b91d6d02370ac9fcff66d2d0 (diff) | |
download | gcc-2405414425fb0e4ca0075bbc49644d8ca03214df.tar.gz |
* call.c: PROTO -> PARAMS.
* class.c: Likewise.
* cp-tree.h: Likewise.
* cvt.c: Likewise.
* decl.c: Likewise.
* decl.h: Likewise.
* decl2.c: Likewise.
* dump.c: Likewise.
* errfn.c: Likewise.
* error.c: Likewise.
* except.c: Likewise.
* expr.c: Likewise.
* init.c: Likewise.
* input.c: Likewise.
* lex.c: Likewise.
* lex.h: Likewise.
* method.c: Likewise.
* optimize.c: Likewise.
* parse.y: Likewise.
* pt.c: Likewise.
* repo.c: Likewise.
* rtti.c: Likewise.
* search.c: Likewise.
* semantics.c: Likewise.
* spew.c: Likewise.
* tree.c: Likewise.
* typeck.c: Likewise.
* typeck2.c: Likewise.
* xref.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31632 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/lex.h')
-rw-r--r-- | gcc/cp/lex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/lex.h b/gcc/cp/lex.h index 337e55aa7ca..d2c9352fa9a 100644 --- a/gcc/cp/lex.h +++ b/gcc/cp/lex.h @@ -1,5 +1,5 @@ /* Define constants and variables for communication with parse.y. - Copyright (C) 1987, 92-97, 1998 Free Software Foundation, Inc. + Copyright (C) 1987, 92-97, 1998, 2000 Free Software Foundation, Inc. Hacked by Michael Tiemann (tiemann@cygnus.com) and by Brendan Kehoe (brendan@cygnus.com). @@ -130,6 +130,6 @@ extern tree got_object; Positive is push count, negative is pop count. */ extern int pending_lang_change; -extern int yylex PROTO((void)); +extern int yylex PARAMS ((void)); extern struct lang_decl *free_lang_decl_chain; |