From 09004aa5f1e3266ad493ad73f023ef4d2224d79c Mon Sep 17 00:00:00 2001 From: Al Date: Wed, 22 Jul 2015 17:17:55 -0400 Subject: [PATCH] [expansion] Constant for the "all" dictionary --- src/address_dictionary.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/address_dictionary.h b/src/address_dictionary.h index 221273b6..7d7e920b 100644 --- a/src/address_dictionary.h +++ b/src/address_dictionary.h @@ -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 {