more parser fixes

This commit is contained in:
Dima Granetchi
2015-01-21 02:54:23 +02:00
parent 181191797b
commit f21df0e898
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1,7 +1,6 @@
package bindx; package bindx;
import haxe.macro.Expr; import haxe.macro.Expr;
import haxe.macro.Context;
import bindx.macro.BindExtMacros; import bindx.macro.BindExtMacros;
using haxe.macro.Tools; using haxe.macro.Tools;
+1 -1
View File
@@ -113,7 +113,7 @@ class BindSignalProvider implements IBindingSignalProvider {
name: signalName, name: signalName,
kind: FProp("get", "never", type, null), kind: FProp("get", "never", type, null),
pos: field.pos, pos: field.pos,
access: [APrivate], access: [APrivate]
}); });
var getter = macro function foo() { var getter = macro function foo() {