Author: lattner
Date: Tue Oct 9 11:27:44 2007
New Revision: 42789
URL: http://llvm.org/viewvc/llvm-project?rev=42789&view=rev
Log:
update prototype, fixing build error
Modified:
llvm/trunk/include/llvm/Support/CommandLine.h
Modified: llvm/trunk/include/llvm/Support/CommandLine.h
URL:
http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/CommandLine.h?rev=42789&r1=42788&r2=42789&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/CommandLine.h (original)
+++ llvm/trunk/include/llvm/Support/CommandLine.h Tue Oct 9 11:27:44 2007
@@ -133,7 +133,7 @@
//
class alias;
class Option {
- friend void cl::ParseCommandLineOptions(int &, char **, const char *);
+ friend void cl::ParseCommandLineOptions(int, char **, const char *);
friend class alias;
// handleOccurrences - Overriden by subclasses to handle the value passed
into
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits