move typealias statements up too
This commit is contained in:
parent
3dbceb8a0b
commit
b67fafc20c
@ -4,7 +4,7 @@
|
|||||||
# lines in require blocks are not moved
|
# lines in require blocks are not moved
|
||||||
/require \{/,/} # end require/b nextline
|
/require \{/,/} # end require/b nextline
|
||||||
|
|
||||||
/^[[:blank:]]*(attribute|type) / s/^/# this line was moved by the build process: &/
|
/^[[:blank:]]*(attribute|type(alias)?) / s/^/# this line was moved by the build process: &/
|
||||||
/^[[:blank:]]*(port|node|netif|genfs)con /s/^/# this line was moved by the build process: &/
|
/^[[:blank:]]*(port|node|netif|genfs)con /s/^/# this line was moved by the build process: &/
|
||||||
/^[[:blank:]]*fs_use_(xattr|task|trans) /s/^/# this line was moved by the build process: &/
|
/^[[:blank:]]*fs_use_(xattr|task|trans) /s/^/# this line was moved by the build process: &/
|
||||||
/^[[:blank:]]*sid /s/^/# this line was moved by the build process: &/
|
/^[[:blank:]]*sid /s/^/# this line was moved by the build process: &/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
/require \{/,/} # end require/b nextline
|
/require \{/,/} # end require/b nextline
|
||||||
|
|
||||||
/^[[:blank:]]*(attribute|type) /{
|
/^[[:blank:]]*(attribute|type(alias)?) /{
|
||||||
s/^[[:blank:]]+//
|
s/^[[:blank:]]+//
|
||||||
p
|
p
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user