[llvm-commits] [llvm] r42789 - /llvm/trunk/include/llvm/Support/CommandLine.h
Chris Lattner
sabre at nondot.org
Tue Oct 9 09:27:45 PDT 2007
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
More information about the llvm-commits
mailing list