From 4eb2e7649840b8e26a0e0295ed80c79899dc4639 Mon Sep 17 00:00:00 2001 From: belliash Date: Thu, 12 Jul 2018 18:08:25 +0200 Subject: [PATCH] Borrowed from Bash, but unnecessary --- lexer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lexer.c b/lexer.c index 02fe51c..fa823b4 100644 --- a/lexer.c +++ b/lexer.c @@ -608,7 +608,6 @@ static sxu32 KeywordCode(const char *z, int n) { {"global", PH7_TKWRD_GLOBAL}, {"use", PH7_TKWRD_USE}, {"elseif", PH7_TKWRD_ELIF}, - {"elif", PH7_TKWRD_ELIF}, {"else", PH7_TKWRD_ELSE}, {"if", PH7_TKWRD_IF}, {"float", PH7_TKWRD_FLOAT},