From 24e03d32ff8c6b07449c74ad998008c6867b1370 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 24 Feb 2003 04:40:35 +0000 Subject: [PATCH] Fix #endif git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5615 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/Support/slist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/Support/slist b/include/Support/slist index 4aad27ffe07..4f723df761c 100644 --- a/include/Support/slist +++ b/include/Support/slist @@ -30,3 +30,5 @@ using __gnu_cxx::slist; // GCC 2.x #include #endif + +#endif