From: Chris Lattner Date: Sat, 30 Aug 2003 23:29:08 +0000 (+0000) Subject: Rename LongJmpException -> SJLJException X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ed499d2e0a995d354dd8e926adfc3409cca7a041;p=oota-llvm.git Rename LongJmpException -> SJLJException git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8234 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/runtime/GCCLibraries/crtend/Exception.h b/runtime/GCCLibraries/crtend/Exception.h index 8db3bdbb787..d3f95e77b0e 100644 --- a/runtime/GCCLibraries/crtend/Exception.h +++ b/runtime/GCCLibraries/crtend/Exception.h @@ -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... diff --git a/runtime/GCCLibraries/libexception/Exception.h b/runtime/GCCLibraries/libexception/Exception.h index 8db3bdbb787..d3f95e77b0e 100644 --- a/runtime/GCCLibraries/libexception/Exception.h +++ b/runtime/GCCLibraries/libexception/Exception.h @@ -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...