[commit: ghc] master: Comments only (a7eee0d)

git at git.haskell.org git at git.haskell.org
Thu Jun 25 18:26:45 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/a7eee0d8a25789ce1ef349304d27e2a5e22766b7/ghc

>---------------------------------------------------------------

commit a7eee0d8a25789ce1ef349304d27e2a5e22766b7
Author: Reid Barton <rwbarton at gmail.com>
Date:   Thu Jun 25 14:26:40 2015 -0400

    Comments only


>---------------------------------------------------------------

a7eee0d8a25789ce1ef349304d27e2a5e22766b7
 libraries/base/tests/enum_processor.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/libraries/base/tests/enum_processor.py b/libraries/base/tests/enum_processor.py
index 86c3d6c..53bea4c 100755
--- a/libraries/base/tests/enum_processor.py
+++ b/libraries/base/tests/enum_processor.py
@@ -1,5 +1,9 @@
 #!/usr/bin/env python
 
+# The rough equivalent of the traditional CPP:
+#   #define printTest(x) (do{ putStr ( "    " ++ "x" ++ " = " ) ; print (x) })
+# which is not portable to clang.
+
 import sys
 
 def process(s):



More information about the ghc-commits mailing list