[expansion] Constant for the "all" dictionary

This commit is contained in:
Al
2015-07-22 17:17:55 -04:00
parent f61d993157
commit 09004aa5f1

View File

@@ -19,6 +19,8 @@ extern "C" {
#include "trie.h"
#include "trie_search.h"
#define ALL_LANGUAGES "all"
#define DEFAULT_ADDRESS_EXPANSION_PATH LIBPOSTAL_DATA_DIR PATH_SEPARATOR "address_expansions" PATH_SEPARATOR "address_dictionary.dat"
typedef union expansion_value {