解决不能识别第一个函数的问题

This commit is contained in:
2025-01-23 16:04:07 +08:00
parent b9eec84872
commit b74d588684

View File

@@ -74,6 +74,7 @@ def find_func_decl(file:str):
continue continue
if(line.find('(')>0): if(line.find('(')>0):
text=line text=line
go_on=False
if(line.find(');')<0): if(line.find(');')<0):
go_on=True go_on=True
continue continue