From b74d58868498057a5d8d7afa457136a271f2cc31 Mon Sep 17 00:00:00 2001 From: andy <1414772332@qq.com> Date: Thu, 23 Jan 2025 16:04:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=B8=8D=E8=83=BD=E8=AF=86?= =?UTF-8?q?=E5=88=AB=E7=AC=AC=E4=B8=80=E4=B8=AA=E5=87=BD=E6=95=B0=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- create_empty_fun.py | 1 + 1 file changed, 1 insertion(+) diff --git a/create_empty_fun.py b/create_empty_fun.py index 11679e2..9bcd7bb 100644 --- a/create_empty_fun.py +++ b/create_empty_fun.py @@ -74,6 +74,7 @@ def find_func_decl(file:str): continue if(line.find('(')>0): text=line + go_on=False if(line.find(');')<0): go_on=True continue