projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfd8db8
)
* c-decl.c (SCOPE_LIST_APPEND): Remove bogus line continuation.
author
Per Bothner
<per@bothner.com>
Sat, 9 Aug 2003 21:59:02 +0000
(14:59 -0700)
committer
Per Bothner
<bothner@gcc.gnu.org>
Sat, 9 Aug 2003 21:59:02 +0000
(14:59 -0700)
From-SVN: r70278
gcc/ChangeLog
patch
|
blob
|
history
gcc/c-decl.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 7abd2c602bccbc4bf6b54f36426fa6681de913ef..6ebb836b2fe0db923eb9b91f8152ddefad1a34c9 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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.
diff --git
a/gcc/c-decl.c
b/gcc/c-decl.c
index b31686b4a5e301a9636bc70c71c4cf134931f4ba..ac2089c2e26c264b5d6bb4e6a957083dc6aef5f3 100644
(file)
--- a/
gcc/c-decl.c
+++ b/
gcc/c-decl.c
@@
-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); \