Remove .FEATURE requirement and add documentation

This commit is contained in:
JT
2015-05-19 00:06:12 -04:00
parent 5ed3a1a6dc
commit 9ee5adc190
7 changed files with 25 additions and 18 deletions

View File

@@ -737,13 +737,6 @@ static token_t FindDotKeyword (void)
}
break;
case TOK_DEFINEDINSTR:
/* Disallow .DEFINEDINSTR function by default */
if (DefinedInstr == 0) {
return TOK_NONE;
}
break;
default:
break;
}