[commit: ghc] master: [ci skip] includes: detabify/dewhitespace Stg.h (c867cbc)
git at git.haskell.org
git at git.haskell.org
Wed Aug 20 17:51:54 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/c867cbc8df1cb2d50e1f8d59c30f09ec7612a50a/ghc
>---------------------------------------------------------------
commit c867cbc8df1cb2d50e1f8d59c30f09ec7612a50a
Author: Austin Seipp <austin at well-typed.com>
Date: Wed Aug 20 12:40:24 2014 -0500
[ci skip] includes: detabify/dewhitespace Stg.h
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
c867cbc8df1cb2d50e1f8d59c30f09ec7612a50a
includes/Stg.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/includes/Stg.h b/includes/Stg.h
index 9edb6a0..1f3e18a 100644
--- a/includes/Stg.h
+++ b/includes/Stg.h
@@ -53,7 +53,7 @@
// C compilers that use an LLVM back end (clang or llvm-gcc) do not
// correctly support global register variables so we make sure that
// we do not declare them for these compilers.
-# define NO_GLOBAL_REG_DECLS /* don't define fixed registers */
+# define NO_GLOBAL_REG_DECLS /* don't define fixed registers */
#endif
/* Configuration */
More information about the ghc-commits
mailing list