mirror of
https://github.com/janet-lang/janet
synced 2025-10-11 05:47:44 +00:00
Oops, peg option issue fixed.
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
@@ -86,6 +86,8 @@ void janet_lib_asm(JanetTable *env);
|
||||
#endif
|
||||
void janet_lib_compile(JanetTable *env);
|
||||
void janet_lib_debug(JanetTable *env);
|
||||
#ifdef JANET_PEG
|
||||
void janet_lib_peg(JanetTable *env);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user