view nt/ad2c.sed @ 1993:e567417c2e5d

[xemacs-hg @ 2004-04-07 02:41:29 by james] Read negative bignums correctly with BSD MP.
author james
date Wed, 07 Apr 2004 02:41:30 +0000 (2004-04-07)
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