mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
Undo last change and left align enums.
This commit is contained in:
parent
b2cbbf1139
commit
0f8f5b0635
@ -37,7 +37,7 @@ while (<FILEIN>)
|
||||
elsif ($_ =~ /\s*([A-Z0-9_]+),\s*\/\*::\s*(.*)\s+\*\/$/)
|
||||
{
|
||||
print FILEOUT "\n" if $gotone;
|
||||
$_ =~ s/(\s*)([A-Z0-9_]+),\s*\/\*::\s*(.*)\s+\*\/$/$1id[$2]::\n$1 $3/;
|
||||
$_ =~ s/\s*([A-Z0-9_]+),\s*\/\*::\s*(.*)\s+\*\/$/id[$1]::\n $2/;
|
||||
$found = 'sorta'; $gotone = $.;
|
||||
}
|
||||
$gotone = undef if $gotone and $gotone < $.;
|
||||
|
Loading…
x
Reference in New Issue
Block a user