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-pragma.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-pragma.c')
-rw-r--r-- | gcc/c-pragma.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/c-pragma.c b/gcc/c-pragma.c index 86bd5c48e1e..5055b3f23bc 100644 --- a/gcc/c-pragma.c +++ b/gcc/c-pragma.c @@ -1,5 +1,5 @@ /* Handle #pragma, system V.4 style. Supports #pragma weak and #pragma pack. - Copyright (C) 1992, 1997, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1992, 97-99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. @@ -58,8 +58,8 @@ static struct align_stack * alignment_stack = NULL; maximum_field_alignment. Value is in bits. */ static int default_alignment; -static int push_alignment PROTO((int, tree)); -static int pop_alignment PROTO((tree)); +static int push_alignment PARAMS ((int, tree)); +static int pop_alignment PARAMS ((tree)); /* Push an alignment value onto the stack. */ static int |