Reference the file that actually provides the linker script lexer

This commit is contained in:
Eldred Habert
2026-01-27 12:54:06 +01:00
committed by GitHub
parent d053025070
commit 7c1e1fe515

View File

@@ -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 ********************/