view nt/ad2c.sed @ 4785:d6cfba1cc388

Remove the lib-src/yow binary, which is currently unused anyway. See message with ID <870180fe0912211250q2a85415bt8120cd36d6f6d72e@mail.gmail.com> in xemacs-patches.
author Jerry James <james@xemacs.org>
date Mon, 21 Dec 2009 13:51:39 -0700
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