mirror of
https://github.com/janet-lang/janet
synced 2025-09-06 04:48:03 +00:00
Fix NULL ptr issue.
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user