* decl.h (grokdeclarator): Wrap long line.
From-SVN: r48675
This commit is contained in:
parent
c3af729ad7
commit
5d8b423561
@ -1,5 +1,7 @@
|
||||
2002-01-09 Graham Stott <grahams@redhat.com>
|
||||
|
||||
* decl.h ( grokdeclarator): Wrap long line.
|
||||
|
||||
* semantics.c (FINISH_COND): Uppercase macro paramaters and
|
||||
add parenthesis.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Variables and structures for declaration processing.
|
||||
Copyright (C) 1993, 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 1993, 2000, 2002 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU CC.
|
||||
|
||||
@ -31,7 +31,8 @@ enum decl_context
|
||||
};
|
||||
|
||||
/* We need this in here to get the decl_context definition. */
|
||||
extern tree grokdeclarator PARAMS ((tree, tree, enum decl_context, int, tree *));
|
||||
extern tree grokdeclarator PARAMS ((tree, tree, enum decl_context, int,
|
||||
tree *));
|
||||
|
||||
/* Parsing a function declarator leaves a list of parameter names
|
||||
or a chain or parameter decls here. */
|
||||
|
Loading…
Reference in New Issue
Block a user