* decl.h (grokdeclarator): Wrap long line.

From-SVN: r48675
This commit is contained in:
Graham Stott 2002-01-09 06:32:47 +00:00 committed by Graham Stott
parent c3af729ad7
commit 5d8b423561
2 changed files with 5 additions and 2 deletions

View File

@ -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.

View File

@ -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. */