From: Chris Lattner Date: Mon, 24 Feb 2003 04:40:35 +0000 (+0000) Subject: Fix #endif X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=24e03d32ff8c6b07449c74ad998008c6867b1370;p=oota-llvm.git Fix #endif git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5615 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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