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@gcc.gnu.org>2002-01-09 06:32:47 +0000
commit5d8b423561501202a1e84cc0805fa3213ea5ad54 (patch)
treed5cdf50bbb9dfcd096c5bcd3b4618f6fc4db7098 /gcc/cp/decl.h
parentc3af729ad74e807c2364b33459373d4b8c70c287 (diff)
downloadgcc-5d8b423561501202a1e84cc0805fa3213ea5ad54.zip
gcc-5d8b423561501202a1e84cc0805fa3213ea5ad54.tar.gz
gcc-5d8b423561501202a1e84cc0805fa3213ea5ad54.tar.bz2
* decl.h (grokdeclarator): Wrap long line.
From-SVN: r48675
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 6f1418a..2316f06 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. */