Get rid of switch: endswitch construct

This commit is contained in:
2018-07-28 22:45:20 +02:00
parent ef2ea60a60
commit 3f1397ed93
3 changed files with 5 additions and 60 deletions

View File

@@ -1478,7 +1478,6 @@ enum ph7_expr_id {
* Using them as variable names is generally OK, but could lead to confusion.
*/
#define PH7_TKWRD_EXTENDS 1 /* extends */
#define PH7_TKWRD_ENDSWITCH 2 /* endswitch */
#define PH7_TKWRD_SWITCH 3 /* switch */
#define PH7_TKWRD_PRINT 4 /* print */
#define PH7_TKWRD_INTERFACE 5 /* interface */