mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
- Single unified routine for erroring out or handling missing dependencies - Single three-state enum instead of two Booleans for missing dependencies (this causes `-MC` to imply `-MG` instead of needing `-MG -MC`) - Functions than can miss included files return a Boolean for whether the parser should `YYACCEPT` and exit
4 lines
144 B
Plaintext
4 lines
144 B
Plaintext
error: nonexist-include.asm(1):
|
|
Error opening INCLUDE file 'nonexist-include.inc': No such file or directory
|
|
Assembly aborted with 1 error!
|