diff options
author | grahams <grahams@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-09 06:32:47 +0000 |
---|---|---|
committer | grahams <grahams@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-09 06:32:47 +0000 |
commit | bafbd2db33ba806bc6947b339fb311b72beac954 (patch) | |
tree | d5cdf50bbb9dfcd096c5bcd3b4618f6fc4db7098 /gcc/cp/decl.h | |
parent | 689fdaa17b2f6e4bf0fb1f6713d10eef115c715b (diff) | |
download | gcc-bafbd2db33ba806bc6947b339fb311b72beac954.tar.gz |
* decl.h (grokdeclarator): Wrap long line.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48675 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/decl.h')
-rw-r--r-- | gcc/cp/decl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/cp/decl.h b/gcc/cp/decl.h index 6f1418a3a3e..2316f06728d 100644 --- a/gcc/cp/decl.h +++ b/gcc/cp/decl.h @@ -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. */ |