removed 18 and replaced 18 with is_currency

This commit is contained in:
4altinok 2018-02-11 18:51:09 +01:00
parent 471d3c9e23
commit 3deef1497a
1 changed files with 2 additions and 2 deletions

View File

@ -18,9 +18,9 @@ cdef enum attr_id_t:
IS_QUOTE IS_QUOTE
IS_LEFT_PUNCT IS_LEFT_PUNCT
IS_RIGHT_PUNCT IS_RIGHT_PUNCT
IS_CURRENCY
FLAG18 = 18 FLAG19 = 19
FLAG19
FLAG20 FLAG20
FLAG21 FLAG21
FLAG22 FLAG22