mirror of
https://github.com/janet-lang/janet
synced 2024-11-25 17:57:17 +00:00
Fix NULL ptr issue.
This commit is contained in:
parent
b14fcb068b
commit
115bc6140b
@ -496,7 +496,7 @@ static int macroexpand1(
|
||||
return 0;
|
||||
|
||||
/* Evaluate macro */
|
||||
JanetFiber *fiberp;
|
||||
JanetFiber *fiberp = NULL;
|
||||
JanetFunction *macro = janet_unwrap_function(macroval);
|
||||
int lock = janet_gclock();
|
||||
JanetSignal status = janet_pcall(
|
||||
|
Loading…
Reference in New Issue
Block a user