[commit: packages/containers] master: Remove comments after #endif. (dade165)
git at git.haskell.org
git at git.haskell.org
Sun Dec 20 16:24:41 UTC 2015
Repository : ssh://git@git.haskell.org/containers
On branch : master
Link : http://git.haskell.org/packages/containers.git/commitdiff/dade1658363660395c0f00b951cfcd71acee5b8c
>---------------------------------------------------------------
commit dade1658363660395c0f00b951cfcd71acee5b8c
Author: Milan Straka <fox at ucw.cz>
Date: Tue Mar 10 23:08:17 2015 +0100
Remove comments after #endif.
They cause a lot of compilation warnings.
>---------------------------------------------------------------
dade1658363660395c0f00b951cfcd71acee5b8c
include/containers.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/containers.h b/include/containers.h
index b075799..89f82d2 100644
--- a/include/containers.h
+++ b/include/containers.h
@@ -75,6 +75,6 @@
#else
#define MIN_VERSION_base(major1,major2,minor) (0)
#endif
-#endif // MIN_VERSION_base was not defined
+#endif
-#endif // This file was already included
+#endif
More information about the ghc-commits
mailing list