summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--parse.y4
1 files changed, 1 insertions, 3 deletions
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
;