mirror of
https://github.com/gbdev/rgbds.git
synced 2026-02-10 17:43:05 +00:00
Reference the file that actually provides the linker script lexer
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#include "link/layout.hpp"
|
||||
#include "link/warning.hpp"
|
||||
|
||||
yy::parser::symbol_type yylex(); // Provided by layout.cpp
|
||||
yy::parser::symbol_type yylex(); // Provided by lexer.cpp
|
||||
}
|
||||
|
||||
/******************** Tokens and data types ********************/
|
||||
|
||||
Reference in New Issue
Block a user