Handle NOFLOAT
This commit is contained in:
parent
4539fd3e09
commit
f1f98288e0
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue