diff options
author | Chris Lattner <sabre@nondot.org> | 2003-02-24 04:40:35 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-02-24 04:40:35 +0000 |
commit | 24e03d32ff8c6b07449c74ad998008c6867b1370 (patch) | |
tree | 7f59d202ea2bda8c3d73758f823ef74af3fbce94 /include/Support/slist | |
parent | a430bc7569e3c43eafb5ac75bccab9ec27f8dc05 (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/slist')
-rw-r--r-- | include/Support/slist | 2 |
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 |