extractor.h | extractor.h | |||
---|---|---|---|---|
skipping to change at line 35 | skipping to change at line 35 | |||
extern "C" { | extern "C" { | |||
#if 0 /* keep Emacsens' auto-indent happy */ | #if 0 /* keep Emacsens' auto-indent happy */ | |||
} | } | |||
#endif | #endif | |||
#endif | #endif | |||
/** | /** | |||
* 0.2.6-1 => 0x00020601 | * 0.2.6-1 => 0x00020601 | |||
* 4.5.2-0 => 0x04050200 | * 4.5.2-0 => 0x04050200 | |||
*/ | */ | |||
#define EXTRACTOR_VERSION 0x00052200 | #define EXTRACTOR_VERSION 0x00052300 | |||
#include <stdio.h> | #include <stdio.h> | |||
/* ignore the 'type' of the keyword when eliminating duplicates */ | /* ignore the 'type' of the keyword when eliminating duplicates */ | |||
#define EXTRACTOR_DUPLICATES_TYPELESS 1 | #define EXTRACTOR_DUPLICATES_TYPELESS 1 | |||
/* remove type 'UNKNOWN' if there is a duplicate keyword of | /* remove type 'UNKNOWN' if there is a duplicate keyword of | |||
known type, even if usually different types should be | known type, even if usually different types should be | |||
preserved */ | preserved */ | |||
#define EXTRACTOR_DUPLICATES_REMOVE_UNKNOWN 2 | #define EXTRACTOR_DUPLICATES_REMOVE_UNKNOWN 2 | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||