(file) Return to Options.c CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Executor

Diff for /pegasus/src/Executor/Options.c between version 1.1.4.2 and 1.1.4.3

version 1.1.4.2, 2007/03/23 21:53:45 version 1.1.4.3, 2007/04/23 20:09:04
Line 92 
Line 92 
 { {
     memset(options, 0, sizeof(struct Options));     memset(options, 0, sizeof(struct Options));
  
     if (_TestFlagOption(argc, argv, "--policy", 1) == 0)      if (_TestFlagOption(argc, argv, "--dump", 1) == 0)
         options->policy = 1;          options->dump = 1;
   
     if (_TestFlagOption(argc, argv, "--macros", 1) == 0)  
         options->macros = 1;  
  
     if (_TestFlagOption(argc, argv, "--version", 0) == 0)     if (_TestFlagOption(argc, argv, "--version", 0) == 0)
         options->version = 1;         options->version = 1;


Legend:
Removed from v.1.1.4.2  
changed lines
  Added in v.1.1.4.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2