aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.h
diff options
context:
space:
mode:
authorGraham Stott <grahams@redhat.com>2002-01-09 06:32:47 +0000
committerGraham Stott <grahams@redhat.com>2002-01-09 06:32:47 +0000
commit0572b519ab19aa2d0eb5beec5d0542d4df3b2aac (patch)
treed5cdf50bbb9dfcd096c5bcd3b4618f6fc4db7098 /gcc/cp/decl.h
parentdc7eed48441708f3e33d0b7b0aaeea247a1d3aa6 (diff)
* decl.h (grokdeclarator): Wrap long line.
git-svn-id: https://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.h5
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. */