Merge pull request #589 from FICTURE7/master

Renamed include guard in wren_compiler.h
This commit is contained in:
Bob Nystrom
2019-02-15 07:30:46 -08:00
committed by GitHub

View File

@ -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"