[gazetteers] adding ADDRESS_PO_BOX component

This commit is contained in:
Al
2017-02-15 22:23:28 -05:00
parent ba0ccc82a3
commit 32fb483e96
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ Address dictionaries
#define ADDRESS_TOPONYM (1 << 13)
#define ADDRESS_POSTAL_CODE (1 << 14)
#define ADDRESS_NEIGHBORHOOD (1 << 15)
#define ADDRESS_PO_BOX (1 << 15)
#define ADDRESS_ALL ((1 << 16) - 1)
typedef struct normalize_options {