Remove extraneous cl:: namespace qualifiers

llvm-svn: 7852
This commit is contained in:
Chris Lattner 2003-08-14 22:04:41 +00:00
parent ca782d9fe6
commit e58e442e20
1 changed files with 4 additions and 4 deletions

View File

@ -28,15 +28,15 @@ namespace cl {
//===----------------------------------------------------------------------===//
// ParseCommandLineOptions - Command line option processing entry point.
//
void cl::ParseCommandLineOptions(int &argc, char **argv,
const char *Overview = 0);
void ParseCommandLineOptions(int &argc, char **argv,
const char *Overview = 0);
//===----------------------------------------------------------------------===//
// ParseEnvironmentOptions - Environment variable option processing alternate
// entry point.
//
void cl::ParseEnvironmentOptions (char *progName, char *envvar,
const char *Overview = 0);
void ParseEnvironmentOptions(char *progName, char *envvar,
const char *Overview = 0);
//===----------------------------------------------------------------------===//
// Flags permitted to be passed to command line arguments