[merge] merging commit from v1.1
This commit is contained in:
@@ -12,11 +12,7 @@
|
||||
#include "token_types.h"
|
||||
#include "vector.h"
|
||||
|
||||
typedef struct token {
|
||||
size_t offset;
|
||||
size_t len;
|
||||
uint16_t type;
|
||||
} token_t;
|
||||
typedef libpostal_token_t token_t;
|
||||
|
||||
VECTOR_INIT(token_array, token_t)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user