@@ -224,7 +224,7 @@ extern class Math
TODO: need spec
**/
- public static /*inline*/ function round(v:Float):Int {
+ public static inline function round(v:Float):Int {
return Math.floor(v + 0.5);
}