OSDN Git Service

* decl.h (grokdeclarator): Wrap long line.
authorgrahams <grahams@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Jan 2002 06:32:47 +0000 (06:32 +0000)
committergrahams <grahams@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Jan 2002 06:32:47 +0000 (06:32 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48675 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 0752983..b414e27 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 6f1418a..2316f06 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.  */