ENH: change CMP_ to CMP

This commit is contained in:
Ken Martin
2008-03-13 11:38:46 -04:00
parent 0deb9012a6
commit 73df9a5cd4
7 changed files with 21 additions and 21 deletions
+4 -4
View File
@@ -40,13 +40,13 @@ public:
enum PolicyID
{
CMP_0000, // Policy version specification
CMP_0001, // Ignore old compatibility variable
CMP_0002, // Target names must be unique
CMP0000, // Policy version specification
CMP0001, // Ignore old compatibility variable
CMP0002, // Target names must be unique
// Always the last entry. Useful mostly to avoid adding a comma
// the last policy when adding a new one.
CMP_COUNT
CMPCOUNT
};
///! convert a string policy ID into a number