diff options
Diffstat (limited to 'miscutils/bc.c')
-rw-r--r-- | miscutils/bc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/bc.c b/miscutils/bc.c index ae370ff55..ab785bbc8 100644 --- a/miscutils/bc.c +++ b/miscutils/bc.c | |||
@@ -6011,7 +6011,7 @@ static BC_STATUS zxc_program_assign(char inst) | |||
6011 | #endif | 6011 | #endif |
6012 | 6012 | ||
6013 | if (ib || sc || left->t == XC_RESULT_OBASE) { | 6013 | if (ib || sc || left->t == XC_RESULT_OBASE) { |
6014 | static const char *const msg[] = { | 6014 | static const char *const msg[] ALIGN_PTR = { |
6015 | "bad ibase; must be [2,16]", //XC_RESULT_IBASE | 6015 | "bad ibase; must be [2,16]", //XC_RESULT_IBASE |
6016 | "bad obase; must be [2,"BC_MAX_OBASE_STR"]", //XC_RESULT_OBASE | 6016 | "bad obase; must be [2,"BC_MAX_OBASE_STR"]", //XC_RESULT_OBASE |
6017 | "bad scale; must be [0,"BC_MAX_SCALE_STR"]", //XC_RESULT_SCALE | 6017 | "bad scale; must be [0,"BC_MAX_SCALE_STR"]", //XC_RESULT_SCALE |