git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@130 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-01 23:51:23 +00:00
parent fd2f42d333
commit 42e1558c23
2 changed files with 20 additions and 20 deletions

View File

@@ -113,8 +113,8 @@ sub scan_dir {
$para = "dd";
$l =~ s/[ \t]+/ /g;
$l =~ s/[ ]*\\$//g;
$l =~ s/[ ]*(?:;|,|\{.*)[ ]*$/;/g;
$l =~ s/[ ]*(?:\\|,[ ]*)$//g;
$l =~ s/[ ]*(?:;|\{.*)[ ]*$/;/g;
if (!($l =~ /^#/)) {
$l =~ s/\(([^\)]+)\)/arguments($1)/ge;
}