git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@128 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-01 23:49:39 +00:00
parent 8f498c2aef
commit 1ea989c32d
2 changed files with 19 additions and 19 deletions

View File

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