diff options
Diffstat (limited to 'src/po.h')
-rw-r--r-- | src/po.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -106,8 +106,7 @@ struct po_method_ty etc. */ #define PO_BASE_TY \ - po_method_ty *method; \ - int next_is_fuzzy; + po_method_ty *method; typedef struct po_ty po_ty; struct po_ty |