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

From-SVN: r70278
This commit is contained in:
Per Bothner 2003-08-09 14:59:02 -07:00 committed by Per Bothner
parent dfd8db8674
commit 3d93cdfa88
2 changed files with 5 additions and 1 deletions

View 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.

View 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); \