diff options
author | b0ric <b0risov.alexandr@rambler.ru> | 2009-08-16 01:17:55 +0300 |
---|---|---|
committer | b0ric <b0risov.alexandr@rambler.ru> | 2009-08-16 01:17:55 +0300 |
commit | 3d4738a09d55010fa0d58f606f397ee09883b4c2 (patch) | |
tree | c061149db2c5de7b0151197d5a7377d498c5ad49 /engparser.h | |
parent | 9d2cc46e50218768b43d4f8b80647828bca74576 (diff) |
Fully working version
but i18n, automake and autoconf support is needed
Diffstat (limited to 'engparser.h')
-rw-r--r-- | engparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engparser.h b/engparser.h index ac0c4b0..ca0a1b5 100644 --- a/engparser.h +++ b/engparser.h @@ -33,8 +33,8 @@ typedef struct { } Parseoptions; /* Parsing options */ -extern int lower_first_capital; extern int excl_w_capital; +extern int lower_first_capital; extern Parseoptions hyphen; extern Parseoptions quote; |