summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/ACE-guidelines.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/ACE-guidelines.html b/docs/ACE-guidelines.html
index cfe40056943..707dafff283 100644
--- a/docs/ACE-guidelines.html
+++ b/docs/ACE-guidelines.html
@@ -163,9 +163,12 @@ bgcolor="#ffffff">
This exact construct (note the <code>#ifndef</code>)
is optimized by many compilers such they only open the
- file once per compilation unit. <strong>No</strong> code
- can appear after the final <code>#endif</code> for the
- optimization to be effective and correct.<p>
+ file once per compilation unit. Thanks to Eric C. Newton
+ &lt;ecn@smart.net&gt; for pointing that out.<p>
+
+ <strong>No</strong> code can appear after the final
+ <code>#endif</code> for the optimization to be effective and
+ correct.<p>
</ul>
<li><strong>C++ Syntax and Constructs</strong><p>