Harden against macro import

This commit is contained in:
Joshua Granick
2015-09-15 14:55:01 -07:00
parent 3d6af98767
commit 7473f7d1d0
27 changed files with 554 additions and 481 deletions

View File

@@ -1,5 +1,5 @@
package haxe;
#if (macro || (!neko && !cpp && !nodejs))
#if (!neko && !cpp && !nodejs)
// Original haxe.Timer class