aboutsummaryrefslogtreecommitdiff
path: root/include/Support
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-02-24 04:40:35 +0000
committerChris Lattner <sabre@nondot.org>2003-02-24 04:40:35 +0000
commit24e03d32ff8c6b07449c74ad998008c6867b1370 (patch)
tree7f59d202ea2bda8c3d73758f823ef74af3fbce94 /include/Support
parenta430bc7569e3c43eafb5ac75bccab9ec27f8dc05 (diff)
Fix #endif
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5615 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/Support')
-rw-r--r--include/Support/slist2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Support/slist b/include/Support/slist
index 4aad27ffe0..4f723df761 100644
--- a/include/Support/slist
+++ b/include/Support/slist
@@ -30,3 +30,5 @@ using __gnu_cxx::slist;
// GCC 2.x
#include <slist>
#endif
+
+#endif