oops
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@130 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
fd2f42d333
commit
42e1558c23
2 changed files with 20 additions and 20 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue