The prototype for ParseCommandLineOptions changed at some point, but this

was never updated.  I guess GCC just ignores the prototype


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13995 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-06-03 22:07:26 +00:00
parent 1770e2cf01
commit 51ae205adf
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ enum MiscFlags { // Miscellaneous flags to adjust argument
//
class alias;
class Option {
friend void cl::ParseCommandLineOptions(int &, char **, const char *, int);
friend void cl::ParseCommandLineOptions(int &, char **, const char *);
friend class alias;
// handleOccurrences - Overriden by subclasses to handle the value passed into

View File

@ -119,7 +119,7 @@ enum MiscFlags { // Miscellaneous flags to adjust argument
//
class alias;
class Option {
friend void cl::ParseCommandLineOptions(int &, char **, const char *, int);
friend void cl::ParseCommandLineOptions(int &, char **, const char *);
friend class alias;
// handleOccurrences - Overriden by subclasses to handle the value passed into