X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2Fcomm%2Frts-libs%2Fcoding-style.html;h=58f5b4f9bb485f448ae1e10f2884821c0e142cc2;hb=153b9cb9b11e05c4edb1b6bc0a7b972660e41f70;hp=39165917e65b95a3e2aa099a77baaa4b7ef383ca;hpb=bfdd44b2bfec3d819fd5ce19279832c25f096bb4;p=ghc-hetmet.git diff --git a/ghc/docs/comm/rts-libs/coding-style.html b/ghc/docs/comm/rts-libs/coding-style.html index 3916591..58f5b4f 100644 --- a/ghc/docs/comm/rts-libs/coding-style.html +++ b/ghc/docs/comm/rts-libs/coding-style.html @@ -160,7 +160,7 @@ co above). Avoid conditional code like this:
-  #ifdef solaris_HOST_OS
+  #ifdef solaris_host_OS
   // do something solaris specific
   #endif