- fix: create stubs only for regular files (STATIC functions are treated as regular)
This commit is contained in:
@@ -48,7 +48,7 @@ STATIC int8_t createStubFunctionBlock(FILE *aFile, FILE *aHeader, cfunction_t *a
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (CFUNCTION_TYPE_REGULAR != aFunction->type && CFUNCTION_TYPE_STATIC != aFunction->type)
|
||||
if (CFUNCTION_TYPE_REGULAR != aFunction->type)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user