mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
@@ -67,6 +67,8 @@ void Preprocessor::handle_preprocessor_line(const StringView& line)
|
||||
lexer.consume_specific('#');
|
||||
consume_whitespace();
|
||||
auto keyword = lexer.consume_until(' ');
|
||||
if (keyword.is_empty() || keyword.is_null() || keyword.is_whitespace())
|
||||
return;
|
||||
|
||||
if (keyword == "include") {
|
||||
consume_whitespace();
|
||||
|
||||
Reference in New Issue
Block a user