bookloupe/bookloupe.h
changeset 191 189183b37598
parent 167 f0740133c606
parent 184 cd3068704d3a
     1.1 --- a/bookloupe/bookloupe.h	Sun Sep 29 22:51:27 2013 +0100
     1.2 +++ b/bookloupe/bookloupe.h	Mon Oct 21 23:36:40 2013 +0100
     1.3 @@ -70,12 +70,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 {