chore: rename include guard in wren_compiler.h from wren_parser_h to wren_compiler_h
The header guard was updated to match the actual filename, preventing potential conflicts with a separate parser header and improving consistency across the codebase.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef wren_parser_h
|
||||
#define wren_parser_h
|
||||
#ifndef wren_compiler_h
|
||||
#define wren_compiler_h
|
||||
|
||||
#include "wren.h"
|
||||
#include "wren_value.h"
|
||||
|
||||
Reference in New Issue
Block a user