Remove #error
This commit is contained in:
parent
7c0de15b98
commit
97d9101598
File diff suppressed because it is too large
Load Diff
@ -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`
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user