summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/compiler/parser.mly
diff options
context:
space:
mode:
authorJun FURUSE / 古瀬 淳 <jun.furuse@gmail.com>2003-03-27 15:04:44 +0000
committerJun FURUSE / 古瀬 淳 <jun.furuse@gmail.com>2003-03-27 15:04:44 +0000
commitadd8b93030f29da45604a77861f0d2a5727eff10 (patch)
treef2c26a24dc2259abf0b7e3de728da64b246d3c93 /otherlibs/labltk/compiler/parser.mly
parent1395ffba852a3381a2e41f4464d104b15d84344b (diff)
imagephoto put support
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5464 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/compiler/parser.mly')
-rw-r--r--otherlibs/labltk/compiler/parser.mly2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/compiler/parser.mly b/otherlibs/labltk/compiler/parser.mly
index d338a037c..c797f4fb5 100644
--- a/otherlibs/labltk/compiler/parser.mly
+++ b/otherlibs/labltk/compiler/parser.mly
@@ -109,7 +109,7 @@ Type1 :
Type2 :
Type1
{ $1 }
- | Type1 LIST
+ | Type2 LIST
{ List $1 }
;