* decl.h (grokdeclarator): Wrap long line.
authorGraham Stott <grahams@redhat.com>
Wed, 9 Jan 2002 06:32:47 +0000 (06:32 +0000)
committerGraham Stott <grahams@gcc.gnu.org>
Wed, 9 Jan 2002 06:32:47 +0000 (06:32 +0000)
From-SVN: r48675

gcc/cp/ChangeLog
gcc/cp/decl.h

index 0752983b3d18fa23539e7de409aed53197756492..b414e27b54c92913a85e01a3f6f172c2383c7b3e 100644 (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.
 
index 6f1418a3a3e01bcd6d9e15922b075362d13f78c8..2316f06728d9b5e3ca2eba711e72022a7e2f5751 100644 (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.  */