1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-13 05:47:14 +00:00

Oops, peg option issue fixed.

This commit is contained in:
Calvin Rose
2019-02-17 21:25:30 -05:00
parent 1e70c97ef0
commit ffc14f6019
2 changed files with 4 additions and 2 deletions

View File

@@ -20,8 +20,6 @@
* IN THE SOFTWARE.
*/
#ifdef JANET_PEG
#ifndef JANET_AMALG
#include <janet/janet.h>
#include <string.h>
@@ -30,6 +28,8 @@
#include "util.h"
#endif
#ifdef JANET_PEG
/*
* Runtime
*/