Remove #error

This commit is contained in:
Reece Wilson 2021-10-06 00:52:39 +01:00
parent 7c0de15b98
commit 97d9101598
2 changed files with 607 additions and 615 deletions

File diff suppressed because it is too large Load Diff

View File

@ -68,7 +68,7 @@ forN(subn, function(subN) {
}
else
{
textBuffer += `#define AU_FE_${i}${suffix}(prefix, ${X}, ...) #error Macro Jump Error\n`
textBuffer += `#define AU_FE_${i}${suffix}(prefix, ${X}, ...) Macro Jump Error\n`
}
}
}