Rename LongJmpException -> SJLJException
authorChris Lattner <sabre@nondot.org>
Sat, 30 Aug 2003 23:29:08 +0000 (23:29 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 30 Aug 2003 23:29:08 +0000 (23:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8234 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/GCCLibraries/crtend/Exception.h
runtime/GCCLibraries/libexception/Exception.h

index 8db3bdbb787853ad17a104b68fb52c4722c76102..d3f95e77b0ee75a9240dec267a3c183eef0d5fc8 100644 (file)
@@ -42,9 +42,9 @@ struct llvm_exception {
 };
 
 enum {
-  ErrorException   = 0,
-  LongjmpException = 1,
-  CXXException     = 2,
+  ErrorException = 0,
+  SJLJException  = 1,
+  CXXException   = 2,
 };
 
 // Language independent exception handling API...
index 8db3bdbb787853ad17a104b68fb52c4722c76102..d3f95e77b0ee75a9240dec267a3c183eef0d5fc8 100644 (file)
@@ -42,9 +42,9 @@ struct llvm_exception {
 };
 
 enum {
-  ErrorException   = 0,
-  LongjmpException = 1,
-  CXXException     = 2,
+  ErrorException = 0,
+  SJLJException  = 1,
+  CXXException   = 2,
 };
 
 // Language independent exception handling API...