fix function ptr arg names
This commit is contained in:
@@ -793,7 +793,7 @@ abstract class Cpp2BeefGenerator
|
||||
{
|
||||
if (Clang.GetTokenKind(last) != .Identifier) break;
|
||||
str.Append(' ');
|
||||
str.Append(GetTokenSpelling!(last));
|
||||
Compiler.Identifier.GetSourceName(GetTokenSpelling!(last), str);
|
||||
break;
|
||||
}
|
||||
last = token;
|
||||
|
||||
Reference in New Issue
Block a user