summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/ACE-guidelines.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/ACE-guidelines.html b/etc/ACE-guidelines.html
index b2959ed8fe0..784951d1107 100644
--- a/etc/ACE-guidelines.html
+++ b/etc/ACE-guidelines.html
@@ -62,6 +62,11 @@ to Graham for providing the OSE tools!
It should also return 0 on successful termination, and non-zero
otherwise.<p>
+
+ <li>Avoid use of floating point types (float and double) and operations
+ unless absolutely necessary. Not all ACE platforms support them.
+ Therefore, whereever they are used, ACE_LACKS_FLOATING_POINT
+ conditional code must be also be used.
</ul>
<li><strong>Code Documentation</strong><p>
@@ -487,7 +492,7 @@ to Graham for providing the OSE tools!
<hr>
<!-- hhmts start -->
-Last modified: Sun Apr 12 21:03:27 CDT 1998
+Last modified: Thu Apr 30 12:36:31 CDT 1998
<!-- hhmts end -->
</body>