[llvm-commits] CVS: llvm/runtime/GCCLibraries/crtend/Exception.h

Reid Spencer reid at x10sys.com
Wed May 24 12:21:31 PDT 2006



Changes in directory llvm/runtime/GCCLibraries/crtend:

Exception.h updated: 1.9 -> 1.10
---
Log message:

For PR786: http://llvm.cs.uiuc.edu/PR786 :
Minor tweaks in public headers and a few .cpp files so that LLVM can build
successfully with -pedantic and projects using LLVM with -pedantic don't 
get warnings from LLVM. There's still more -pedantic warnings to fix.


---
Diffs of the changes:  (+1 -1)

 Exception.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/runtime/GCCLibraries/crtend/Exception.h
diff -u llvm/runtime/GCCLibraries/crtend/Exception.h:1.9 llvm/runtime/GCCLibraries/crtend/Exception.h:1.10
--- llvm/runtime/GCCLibraries/crtend/Exception.h:1.9	Thu Apr 21 18:48:05 2005
+++ llvm/runtime/GCCLibraries/crtend/Exception.h	Wed May 24 14:21:12 2006
@@ -54,7 +54,7 @@
 enum {
   ErrorException = 0,
   SJLJException  = 1,
-  CXXException   = 2,
+  CXXException   = 2
 };
 
 // Language independent exception handling API...






More information about the llvm-commits mailing list