NUMBERS_WITH_SUFFIX *doesn't* want to handle 'x', since that is valid

when the 0x prefix is used.
This commit is contained in:
Timothy Wall 2000-02-08 19:41:03 +00:00
parent 6dc19fc4d6
commit ab266a97fb
1 changed files with 1 additions and 1 deletions

View File

@ -869,7 +869,7 @@ operand (expressionP)
case 'x':
case 'X':
if (flag_m68k_mri || NUMBERS_WITH_SUFFIX)
if (flag_m68k_mri)
goto default_case;
input_line_pointer++;
integer_constant (16, expressionP);