llcppsigfetch:output fileset

This commit is contained in:
luoliwoshang
2024-09-19 15:35:42 +08:00
parent bf87b76adb
commit e0cb6d4531
4 changed files with 18 additions and 11 deletions

View File

@@ -137,7 +137,7 @@ func runExtract() {
check(err)
_, err = converter.Convert()
check(err)
result := converter.MarshalASTFiles()
result := converter.MarshalOutputASTFiles()
cstr := result.Print()
c.Printf(cstr)
cjson.FreeCStr(cstr)