1.1 --- a/bookloupe/bookloupe.h Thu Oct 03 16:09:39 2013 +0100
1.2 +++ b/bookloupe/bookloupe.h Sun Oct 20 21:06:25 2013 +0100
1.3 @@ -69,12 +69,13 @@
1.4 long spacedash;
1.5 struct dash_results emdash;
1.6 int Dutchcount,Frenchcount;
1.7 + gboolean unix_lineends;
1.8 };
1.9
1.10 struct warnings {
1.11 int shortline,longline,bin,dash,dotcomma,ast,fslash,digit,hyphen;
1.12 int endquote;
1.13 - gboolean isDutch,isFrench;
1.14 + gboolean isDutch,isFrench,nocr;
1.15 };
1.16
1.17 struct line_properties {