- added TODO: special handling for function pointer
This commit is contained in:
@@ -484,6 +484,7 @@ STATIC int8_t evaluateParameter(char *aParameter, cfunction_t *aFunction)
|
|||||||
token = strtok(aParameter, ",");
|
token = strtok(aParameter, ",");
|
||||||
while (token)
|
while (token)
|
||||||
{
|
{
|
||||||
|
// TODO special handling for function pointer as argument
|
||||||
if (0 == regexec(®Xparameter, token, CFILE_PARSER_MAX_REGEX_MATCHING_GROUPS, matchGroup, 0))
|
if (0 == regexec(®Xparameter, token, CFILE_PARSER_MAX_REGEX_MATCHING_GROUPS, matchGroup, 0))
|
||||||
{
|
{
|
||||||
tempParameter = cfunction_newParameter(&aFunction->parameter);
|
tempParameter = cfunction_newParameter(&aFunction->parameter);
|
||||||
|
Reference in New Issue
Block a user