mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 06:08:41 +01:00
Merge pull request #589 from FICTURE7/master
Renamed include guard in wren_compiler.h
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