Don't override bison's internal 'yytnamerr' function

This is not used in all bison versions, which causes a
"defined but not used" warning for the 'rgbasm_yytnamerr'
replacement, treated as an error by 'make develop'.
This commit is contained in:
Rangi
2021-01-14 21:15:14 -05:00
committed by Eldred Habert
parent df16e64fc6
commit 93d83e17dc
4 changed files with 49 additions and 78 deletions

View File

@@ -1,3 +1,3 @@
ERROR: syntax-error.asm(2):
syntax error, unexpected 'a'
syntax error, unexpected a
error: Assembly aborted (1 errors)!