repo.or.cz
/
kbuild-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Rebuilt win.amd64 against r3658 (new compiler, xp64/w2k3 not support any more; new...
[kbuild-mirror.git]
/
src
/
oldsed
/
testsuite
/
xemacs.sed
blob
ee2f744cd02ee7258a910f0f8d6bf2a8ab57e471
1
# Inspired by xemacs' config.status script
2
# submitted by John Fremlin (john@fremlin.de)
3
4
/^# Generated/d
5
s%/\*\*/#.*%%
6
s/^ *# */#/
7
/^##/d
8
/^#/ {
9
p
10
d
11
}
12
/./ {
13
s/\([\"]\)/\\\1/g
14
s/^/"/
15
s/$/"/
16
}