From: Ken Raeburn Date: Wed, 28 Sep 1994 20:31:32 +0000 (+0000) Subject: forgot to hit ^x^s after deleting "#if 1" lines X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9de0bdfba9fcb306b8ea0b40b15c92b601f87b47;p=binutils-gdb.git forgot to hit ^x^s after deleting "#if 1" lines --- diff --git a/gas/symbols.c b/gas/symbols.c index 86ea31c7983..a3e3eb5e69b 100644 --- a/gas/symbols.c +++ b/gas/symbols.c @@ -657,7 +657,6 @@ resolve_symbol_value (symp) break; case O_add: -#if 1 resolve_symbol_value (symp->sy_value.X_add_symbol); resolve_symbol_value (symp->sy_value.X_op_symbol); seg_left = S_GET_SEGMENT (symp->sy_value.X_add_symbol); @@ -688,7 +687,6 @@ resolve_symbol_value (symp) goto reduce; } } -#endif /* fall through */ case O_multiply: