From: em Date: Fri, 15 Feb 1985 23:11:30 +0000 (+0000) Subject: Adapted to -DNOFLOAT. X-Git-Tag: release-5-5~5621 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9f3928cd3af1a7bc76d7971bf8e0c953033b5506;p=ack.git Adapted to -DNOFLOAT. --- diff --git a/lang/cem/ctest/READ_ME b/lang/cem/ctest/READ_ME index a4d5f4d34..2f36a409d 100644 --- a/lang/cem/ctest/READ_ME +++ b/lang/cem/ctest/READ_ME @@ -44,3 +44,11 @@ The files ....sed (e.g. test.sed) are used to produce legal C programs from the OPS file, in which the result of all expressions is printed. The programs are run in the way described above. + +If one has a implementation without floating point one can +use the -DNOFLOAT flag. +Most programs use compile time #ifdef's to hide the use of +floating point they make. +For an example, look at makefile.i86. +Differences are to be expected in the output of such a run. +Look at the file Out2.nf.std to see what can be expected.