From e6b537e605381b6f1c9518adbeb6813c5e579df7 Mon Sep 17 00:00:00 2001 From: S-H-GAMELINKS Date: Sat, 12 Feb 2022 00:07:02 +0900 Subject: Reuse operation rule for operation2 --- parse.y | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'parse.y') diff --git a/parse.y b/parse.y index 1c48d17d0d..32d4949869 100644 --- a/parse.y +++ b/parse.y @@ -5740,9 +5740,7 @@ operation : tIDENTIFIER | tFID ; -operation2 : tIDENTIFIER - | tCONSTANT - | tFID +operation2 : operation | op ; -- cgit v1.2.3