[commit: ghc] ghc-7.10: Comments only (0d939ca)
git at git.haskell.org
git at git.haskell.org
Fri Jun 26 19:25:48 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.10
Link : http://ghc.haskell.org/trac/ghc/changeset/0d939ca1c3d5a2076cf7e5930ae633a16bd7a2e0/ghc
>---------------------------------------------------------------
commit 0d939ca1c3d5a2076cf7e5930ae633a16bd7a2e0
Author: Reid Barton <rwbarton at gmail.com>
Date: Thu Jun 25 14:26:40 2015 -0400
Comments only
(cherry picked from commit a7eee0d8a25789ce1ef349304d27e2a5e22766b7)
>---------------------------------------------------------------
0d939ca1c3d5a2076cf7e5930ae633a16bd7a2e0
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