diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-12 22:47:13 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-12 22:47:13 +0000 |
commit | 6a9a24a56ea37fe9f52f24b310af7335dfc2621d (patch) | |
tree | 6299ee4b870941aa46194ccf9c38c3cf995c7196 /gcc/c-lang.c | |
parent | b48d627147885841e940f35cd8c6fbc13005302b (diff) | |
download | gcc-6a9a24a56ea37fe9f52f24b310af7335dfc2621d.tar.gz |
* c-common.c: PROTO -> PARAMS.
* c-common.h: Likewise.
* c-decl.c: Likewise.
* c-iterate.c: Likewise.
* c-lang.c: Likewise.
* c-lex.c: Likewise.
* c-lex.h: Likewise.
* c-parse.in: Likewise.
* c-pragma.c: Likewise.
* c-pragma.h: Likewise.
* c-tree.h: Likewise.
* c-typeck.c: Likewise.
* objc/objc-act.c: Likewise.
* objc/objc-act.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31362 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-lang.c')
-rw-r--r-- | gcc/c-lang.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-lang.c b/gcc/c-lang.c index db761878984..6f90a599392 100644 --- a/gcc/c-lang.c +++ b/gcc/c-lang.c @@ -1,5 +1,5 @@ /* Language-specific hook definitions for C front end. - Copyright (C) 1991, 1995, 1997, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1991, 1995, 97-99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. @@ -181,7 +181,7 @@ finish_file () #ifndef ASM_OUTPUT_DESTRUCTOR extern tree static_dtors; #endif - extern tree build_function_call PROTO((tree, tree)); + extern tree build_function_call PARAMS ((tree, tree)); #if !defined(ASM_OUTPUT_CONSTRUCTOR) || !defined(ASM_OUTPUT_DESTRUCTOR) tree void_list_node_1 = build_tree_list (NULL_TREE, void_type_node); #endif |