[llvm-commits] CVS: llvm/runtime/GCCLibraries/libexception/Exception.h
Chris Lattner
lattner at cs.uiuc.edu
Sat Aug 30 18:30:01 PDT 2003
Changes in directory llvm/runtime/GCCLibraries/libexception:
Exception.h updated: 1.6 -> 1.7
---
Log message:
Rename LongJmpException -> SJLJException
---
Diffs of the changes:
Index: llvm/runtime/GCCLibraries/libexception/Exception.h
diff -u llvm/runtime/GCCLibraries/libexception/Exception.h:1.6 llvm/runtime/GCCLibraries/libexception/Exception.h:1.7
--- llvm/runtime/GCCLibraries/libexception/Exception.h:1.6 Sat Aug 30 18:17:51 2003
+++ llvm/runtime/GCCLibraries/libexception/Exception.h Sat Aug 30 18:29:08 2003
@@ -42,9 +42,9 @@
};
enum {
- ErrorException = 0,
- LongjmpException = 1,
- CXXException = 2,
+ ErrorException = 0,
+ SJLJException = 1,
+ CXXException = 2,
};
// Language independent exception handling API...
More information about the llvm-commits
mailing list