| 12496:788b20ccec91 | 12497:a17568773be3 |
|---|---|
| 18 extern struct et_list * _et_list; | 18 extern struct et_list * _et_list; |
| 19 | 19 |
| 20 #define ERRCODE_RANGE 8 /* # of bits to shift table number */ | 20 #define ERRCODE_RANGE 8 /* # of bits to shift table number */ |
| 21 #define BITS_PER_CHAR 6 /* # bits to shift per character in name */ | 21 #define BITS_PER_CHAR 6 /* # bits to shift per character in name */ |
| 22 | 22 |
| 23 extern const char *error_table_name(void); | 23 const char *error_table_name(void); |
| 24 #define _ET_H | 24 #define _ET_H |
| 25 #endif | 25 #endif |