From aa5a20f283e47cd3113d4f5c10985b0a329761f1 Mon Sep 17 00:00:00 2001 From: belliash Date: Mon, 30 Jul 2018 17:35:40 +0200 Subject: [PATCH] There is nothing like GOTO statement in P# --- include/ph7int.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ph7int.h b/include/ph7int.h index 471a29a..1b74ab7 100644 --- a/include/ph7int.h +++ b/include/ph7int.h @@ -1529,7 +1529,6 @@ enum ph7_expr_id { #define PH7_TKWRD_RETURN 54 /* return */ #define PH7_TKWRD_UNSET 0x2000 /* unset: MUST BE A POWER OF TWO */ #define PH7_TKWRD_BREAK 55 /* break */ -#define PH7_TKWRD_GOTO 56 /* goto */ #define PH7_TKWRD_BOOL 0x8000 /* bool: MUST BE A POWER OF TWO */ #define PH7_TKWRD_INT 0x10000 /* int: MUST BE A POWER OF TWO */ #define PH7_TKWRD_FLOAT 0x20000 /* float: MUST BE A POWER OF TWO */