This commit is contained in:
lyon 2023-01-21 19:30:08 +08:00
parent fd910ea086
commit a82f1ac74f

View File

@ -866,7 +866,7 @@ static char* _kw_to_default_all(FunctionArgsInfo* f,
int* argc,
Arg* argv[],
Arg* call_arg) {
#if PIKA_NANO
#if PIKA_NANO_ENABLE
return arg_name;
#endif
while (strIsContain(arg_name, '=')) {