mirror of
https://github.com/janet-lang/janet
synced 2024-12-26 00:10:27 +00:00
Oops, peg option issue fixed.
This commit is contained in:
parent
1e70c97ef0
commit
ffc14f6019
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user