aboutsummaryrefslogtreecommitdiff
path: root/actionParser.mly
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2017-11-22 15:31:29 +0100
committerSébastien Dailly <sebastien@chimrod.com>2017-11-22 15:31:29 +0100
commitdf4778f2f061c71cf1d9e51fe8ec657d04bbdfeb (patch)
tree030945a292456cb19a00b837d0328c0f30b8fad8 /actionParser.mly
parent18f6319703d7bec460754fdceee5f0f2cfbc2702 (diff)
Corrections for OCaml 4.06.0
Diffstat (limited to 'actionParser.mly')
-rwxr-xr-xactionParser.mly2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionParser.mly b/actionParser.mly
index 809a9ad..6318ca6 100755
--- a/actionParser.mly
+++ b/actionParser.mly
@@ -17,8 +17,6 @@
%token <int*int>BUTTON1_RELEASED
%token COMMAND
-%token <Num.num> Num
-
%start <Actions.actions> normal
%%