Allow any in new-style natives.

This commit is contained in:
David Anderson
2014-10-30 17:19:01 -07:00
parent 5d78a5ff93
commit eaff5c9364
4 changed files with 1 additions and 10 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ static const char *errmsg[] = {
/*153*/ "cannot use non-public functions as callbacks\n",
/*154*/ "cannot assign INVALID_FUNCTION to a non-function type\n",
/*155*/ "expected newline, but found '%s'\n",
/*156*/ "the 'any' type is not allowed in new-style natives\n",
/*156*/ "unused156\n",
/*157*/ "'%s' is a reserved keyword\n",
/*158*/ "multi-tags are no longer supported\n",
#else