]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* c-decl.c (SCOPE_LIST_APPEND): Remove bogus line continuation.
authorPer Bothner <per@bothner.com>
Sat, 9 Aug 2003 21:59:02 +0000 (14:59 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Sat, 9 Aug 2003 21:59:02 +0000 (14:59 -0700)
From-SVN: r70278

gcc/ChangeLog
gcc/c-decl.c

index 7abd2c602bccbc4bf6b54f36426fa6681de913ef..6ebb836b2fe0db923eb9b91f8152ddefad1a34c9 100644 (file)
@@ -1,3 +1,7 @@
+2003-08-09  Per Bothner  <per@bothner.com>
+
+       * c-decl.c (SCOPE_LIST_APPEND):  Remove bogus line continuation.
+
 2003-08-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        * pa.c (pa_asm_output_mi_thunk): Fix typo.
index b31686b4a5e301a9636bc70c71c4cf134931f4ba..ac2089c2e26c264b5d6bb4e6a957083dc6aef5f3 100644 (file)
@@ -266,7 +266,7 @@ static GTY(()) struct c_scope *current_function_scope;
 
 static GTY(()) struct c_scope *global_scope;
 
-/* Append VAR to LIST in scope SCOPE.  */              \
+/* Append VAR to LIST in scope SCOPE.  */
 #define SCOPE_LIST_APPEND(scope, list, decl) do {      \
   struct c_scope *s_ = (scope);                                \
   tree d_ = (decl);                                    \