| # | Line 20 | Line 20 | extern "C" { | |
|---|---|---|
| 20 | #define IDMAP24FMT "24-bit_indexed_name" | |
| 21 | #define IDMAPFMT "*-bit_indexed_name" | |
| 22 | ||
| 23 | < | #define HF_HEADOUT 0x2 | 
| 24 | < | #define HF_RESOUT 0x8 | 
| 23 | > | #define HF_HEADOUT 0x2 /* copy header to stdout */ | 
| 24 | > | #define HF_RESOUT 0x8 /* copy resolution */ | 
| 25 | > | #define HF_STDERR 0x10 /* report errors to stderr */ | 
| 26 | ||
| 27 | /* Structure for reading identifier maps */ | |
| 28 | typedef struct { | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |