Borrowed from Bash, but unnecessary

这个提交包含在:
Rafal Kupiec 2018-07-12 18:08:25 +02:00
父节点 caedd1a9f8
当前提交 4eb2e76498
签署人:: belliash
GPG 密钥 ID: 4E829243E0CFE6B4

查看文件

@ -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},