Commit 5d8b4235 by Graham Stott Committed by Graham Stott

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

From-SVN: r48675
parent c3af729a
2002-01-09 Graham Stott <grahams@redhat.com>
* decl.h ( grokdeclarator): Wrap long line.
* semantics.c (FINISH_COND): Uppercase macro paramaters and
add parenthesis.
......
/* 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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment