Commit 3d93cdfa by Per Bothner Committed by Per Bothner

* c-decl.c (SCOPE_LIST_APPEND): Remove bogus line continuation.

From-SVN: r70278
parent dfd8db86
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.
......
......@@ -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); \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment