view nt/ad2c.sed @ 3158:a61bf7b32988

[xemacs-hg @ 2005-12-22 17:10:07 by michaels] 2005-12-13 Mike Sperber <mike@xemacs.org> * configure.ac: Move the checks for the Xft-associated library out of a conditional.
author michaels
date Thu, 22 Dec 2005 17:10:07 +0000
parents 4be1180a9e89
children
line wrap: on
line source

/^!/d
/^$/d
s/\\/\\\\/g
s/\\$//g
s/"/\\"/g
s/^/(String) "/
: test
/\\$/b slash
s/$/",/
p
d
: slash
n
/^!/d
/^$/d
s/"/\\"/g
s/\\\\/\\/g
s/\\n/\\\\n/g
s/\\t/\\\\t/g
s/\\f/\\\\f/g
s/\\b/\\\\b/g
b test