[llvm-commits] CVS: llvm/tools/llvm-ar/llvm-ar.cpp 
    Chris Lattner 
    lattner at cs.uiuc.edu
       
    Wed May 24 10:04:33 PDT 2006
    
    
  
Changes in directory llvm/tools/llvm-ar:
llvm-ar.cpp updated: 1.30 -> 1.31
---
Log message:
Patches to make the LLVM sources more -pedantic clean.  Patch provided
by Anton Korobeynikov!  This is a step towards closing PR786: http://llvm.cs.uiuc.edu/PR786 .
---
Diffs of the changes:  (+1 -1)
 llvm-ar.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/llvm-ar/llvm-ar.cpp
diff -u llvm/tools/llvm-ar/llvm-ar.cpp:1.30 llvm/tools/llvm-ar/llvm-ar.cpp:1.31
--- llvm/tools/llvm-ar/llvm-ar.cpp:1.30	Wed Dec 28 00:56:09 2005
+++ llvm/tools/llvm-ar/llvm-ar.cpp	Wed May 24 12:04:04 2006
@@ -80,7 +80,7 @@
   QuickAppend,      ///< Quickly append to end of archive
   ReplaceOrInsert,  ///< Replace or Insert members
   DisplayTable,     ///< Display the table of contents
-  Extract,          ///< Extract files back to file system
+  Extract           ///< Extract files back to file system
 };
 
 // Modifiers to follow operation to vary behavior
    
    
More information about the llvm-commits
mailing list