bookloupe/bookloupe.h
changeset 101 f44c530f80da
parent 97 c45fa3843618
child 102 ff0aa9b1397a
     1.1 --- a/bookloupe/bookloupe.h	Thu Oct 03 16:09:39 2013 +0100
     1.2 +++ b/bookloupe/bookloupe.h	Sat Oct 26 18:47:33 2013 +0100
     1.3 @@ -58,6 +58,12 @@
     1.4      SWITNO
     1.5  };
     1.6  
     1.7 +enum {
     1.8 +    DOS_NEWLINES,
     1.9 +    UNIX_NEWLINES,
    1.10 +    OS9_NEWLINES,
    1.11 +};
    1.12 +
    1.13  struct dash_results {
    1.14      long base,space,non_PG_space,PG_space;
    1.15  };
    1.16 @@ -68,12 +74,13 @@
    1.17      long fslashline,hyphens,longline,verylongline,htmcount,standalone_digit;
    1.18      long spacedash;
    1.19      struct dash_results emdash;
    1.20 +    int newlines;
    1.21      int Dutchcount,Frenchcount;
    1.22  };
    1.23  
    1.24  struct warnings {
    1.25      int shortline,longline,bin,dash,dotcomma,ast,fslash,digit,hyphen;
    1.26 -    int endquote;
    1.27 +    int endquote,newlines;
    1.28      gboolean isDutch,isFrench;
    1.29  };
    1.30