translate-c: detect macros referencing field lookup
as fn calls which assert the fn ptr is non-null
This commit is contained in:
@@ -120,6 +120,7 @@ static void begin_token(CTokenize *ctok, CTokId id) {
|
||||
case CTokIdLParen:
|
||||
case CTokIdRParen:
|
||||
case CTokIdEOF:
|
||||
case CTokIdDot:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user