summaryrefslogtreecommitdiff
path: root/engparser.h
diff options
context:
space:
mode:
authorb0ric <b0risov.alexandr@rambler.ru>2009-08-16 01:17:55 +0300
committerb0ric <b0risov.alexandr@rambler.ru>2009-08-16 01:17:55 +0300
commit3d4738a09d55010fa0d58f606f397ee09883b4c2 (patch)
treec061149db2c5de7b0151197d5a7377d498c5ad49 /engparser.h
parent9d2cc46e50218768b43d4f8b80647828bca74576 (diff)
Fully working version
but i18n, automake and autoconf support is needed
Diffstat (limited to 'engparser.h')
-rw-r--r--engparser.h2
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;