This website works better with JavaScript
Home
Explore
Help
Sign In
haxe
/
HaxeFoundation.haxe
mirror of
https://github.com/HaxeFoundation/haxe.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Lua : open ExtList since some versions do not do so by default
Justin Donaldson
9 years ago
parent
15c2292392
commit
2455b0437a
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
genlua.ml
+ 1
- 0
genlua.ml
View File
@@ -23,6 +23,7 @@
open Ast
open Type
open Common
+open ExtList
type pos = Ast.pos