mirror of
https://github.com/janet-lang/janet
synced 2025-06-26 15:12:49 +00:00
Fix typo in define comment
This commit is contained in:
parent
03ba1f7021
commit
4336a174b1
@ -236,7 +236,7 @@ extern "C" {
|
|||||||
/* Maximum depth to follow table prototypes before giving up and returning nil. */
|
/* Maximum depth to follow table prototypes before giving up and returning nil. */
|
||||||
#define JANET_MAX_PROTO_DEPTH 200
|
#define JANET_MAX_PROTO_DEPTH 200
|
||||||
|
|
||||||
/* Maximum depth to follow table prototypes before giving up and returning nil. */
|
/* Prevent macros to expand too deeply and error out. */
|
||||||
#define JANET_MAX_MACRO_EXPAND 200
|
#define JANET_MAX_MACRO_EXPAND 200
|
||||||
|
|
||||||
/* Define default max stack size for stacks before raising a stack overflow error.
|
/* Define default max stack size for stacks before raising a stack overflow error.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user