1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-29 06:37:41 +00:00

Rename the header <janet/janet.h> to <janet.h>

Makes it easier to use and remember, and makes the
variable `module/*headerpath*` make more sense.
This commit is contained in:
Calvin Rose
2019-02-18 20:13:35 -05:00
parent 9480ad24cc
commit ed72dcf82d
54 changed files with 64 additions and 56 deletions

View File

@@ -24,7 +24,7 @@
#define JANET_FIBER_H_defined
#ifndef JANET_AMALG
#include <janet/janet.h>
#include <janet.h>
#endif
extern JANET_THREAD_LOCAL JanetFiber *janet_vm_fiber;