Cosmetic
This commit is contained in:
parent
31330b56c0
commit
31d52eecda
@ -907,8 +907,7 @@ struct Value *stmt_DIM(struct Value *value)
|
|||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pass == INTERPRET && value->u.integer < optionbase) /* error
|
if (pass == INTERPRET && value->u.integer < optionbase) /* error */
|
||||||
*/
|
|
||||||
{
|
{
|
||||||
Value_destroy(value);
|
Value_destroy(value);
|
||||||
Value_new_ERROR(value, OUTOFRANGE, _("dimension"));
|
Value_new_ERROR(value, OUTOFRANGE, _("dimension"));
|
||||||
@ -2840,8 +2839,7 @@ struct Value *stmt_IF_ELSEIFIF(struct Value *value)
|
|||||||
{
|
{
|
||||||
pushLabel(L_IF, &ifpc);
|
pushLabel(L_IF, &ifpc);
|
||||||
}
|
}
|
||||||
else /* compile single line IF THEN ELSE recursively
|
else /* compile single line IF THEN ELSE recursively */
|
||||||
*/
|
|
||||||
{
|
{
|
||||||
if (statements(value)->type == V_ERROR)
|
if (statements(value)->type == V_ERROR)
|
||||||
{
|
{
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <termios.h>
|
||||||
|
|
||||||
#include "auto.h"
|
#include "auto.h"
|
||||||
#include "token.h"
|
#include "token.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user