[expansion] NULL_CANONICAL_INDEX constant

This commit is contained in:
Al
2015-08-01 23:59:16 -06:00
parent 6bf563ca89
commit f10dd49c58

View File

@@ -23,6 +23,8 @@ extern "C" {
#define DEFAULT_ADDRESS_EXPANSION_PATH LIBPOSTAL_DATA_DIR PATH_SEPARATOR "address_expansions" PATH_SEPARATOR "address_dictionary.dat"
#define NULL_CANONICAL_INDEX -1
typedef union expansion_value {
uint32_t value;
struct {
@@ -76,4 +78,4 @@ void address_dictionary_module_teardown(void);
}
#endif
#endif
#endif