Handle NOFLOAT

This commit is contained in:
ceriel 1987-03-05 19:55:40 +00:00
parent 4539fd3e09
commit f1f98288e0
3 changed files with 18 additions and 0 deletions

View file

@ -1,3 +1,5 @@
1i\
#ifndef NOFLOAT
/LSTART/d /LSTART/d
s/FN/main/ s/FN/main/
/ISTART/c\ /ISTART/c\
@ -25,3 +27,7 @@ s/Z1/x/g
s/Z2/y/g s/Z2/y/g
s/#/\\n/ s/#/\\n/
s/@// s/@//
$a\
#else\
main() { return 0; }\
#endif

View file

@ -1,3 +1,5 @@
1i\
#ifndef NOFLOAT
/LSTART/d /LSTART/d
s/FN/main/ s/FN/main/
/ISTART/c\ /ISTART/c\
@ -25,3 +27,7 @@ s/Z1/x/g
s/Z2/y/g s/Z2/y/g
s/#/\\n/ s/#/\\n/
s/@// s/@//
$a\
#else\
main() { return 0; }\
#endif

View file

@ -1,3 +1,5 @@
1i\
#ifndef NOFLOAT
/ISTART/d /ISTART/d
s/FN/main/ s/FN/main/
/LSTART/c\ /LSTART/c\
@ -25,3 +27,7 @@ s/Z1/x/g
s/Z2/y/g s/Z2/y/g
s/#/\\n/ s/#/\\n/
s/@// s/@//
$a\
#else\
main() { return 0; }\
#endif