[project @ 2005-01-28 12:55:17 by simonmar]
[ghc-hetmet.git] / ghc / docs / comm / rts-libs / coding-style.html
index 3916591..58f5b4f 100644 (file)
@@ -160,7 +160,7 @@ co above).
 Avoid conditional code like this:
 
 <pre>
-  #ifdef solaris_HOST_OS
+  #ifdef solaris_host_OS
   // do something solaris specific
   #endif
 </pre>