mirror of
https://github.com/open-simh/simtools.git
synced 2026-02-25 08:21:19 +00:00
Allow explicit decimal point after .RADIX argument.
This commit is contained in:
@@ -349,6 +349,9 @@ do_mcalled_macro:
|
||||
report(stack->top, "Illegal radix\n");
|
||||
return 0;
|
||||
}
|
||||
/* Sometimes a decimal point appears after the value */
|
||||
if (*cp == '.')
|
||||
cp++;
|
||||
return CHECK_EOL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user