move typealias statements up too

This commit is contained in:
Chris PeBenito 2006-03-21 16:06:19 +00:00
parent 3dbceb8a0b
commit b67fafc20c
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# lines in require blocks are not moved
/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:]]*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: &/

View File

@ -4,7 +4,7 @@
/require \{/,/} # end require/b nextline
/^[[:blank:]]*(attribute|type) /{
/^[[:blank:]]*(attribute|type(alias)?) /{
s/^[[:blank:]]+//
p
}