Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

Exclusion Merge Resolution Types


Detailed Description

The following defines specify the various methods that can be used to globally resolve exclusion reason conflicts.


Defines

#define MERGE_ER_NONE   0
#define MERGE_ER_FIRST   1
#define MERGE_ER_LAST   2
#define MERGE_ER_ALL   3
#define MERGE_ER_NEW   4
#define MERGE_ER_OLD   5


Define Documentation

#define MERGE_ER_ALL   3
 

Specifies that the exclusion reasons should be merged.

#define MERGE_ER_FIRST   1
 

Specifies that the first value was specified to the -er option. Use the first exclusion reason found.

#define MERGE_ER_LAST   2
 

Specifies that the last value was specified to the -er option. Use the last exclusion reason found.

#define MERGE_ER_NEW   4
 

Specified that the newest exclusion reasons should be used.

#define MERGE_ER_NONE   0
 

Specifies that no -er option was specified on the merge command-line. Interactively resolve exclusion reason conflicts.

#define MERGE_ER_OLD   5
 

Specified that the oldest exclusion reasons should be used.


Generated on Wed Jun 17 22:19:25 2009 for Covered by doxygen 1.3.4