[NOTHING CHANGED] Move to maven and massive clean and fixup #93

Closed
farmboy0 wants to merge 43 commits from farmboy0/master into master
Showing only changes of commit 99bd46876e - Show all commits

View File

@@ -956,7 +956,7 @@ abstract public class LuaValue extends Varargs {
* @see #isclosure()
* @see #TFUNCTION
*/
public LuaClosure checkclosure() { argerror("closure"); return null; }
public LuaClosure checkclosure() { argerror("function"); return null; }
/**
* Check that the value is numeric and return the value as a double, or