bookloupe/bookloupe.h
changeset 97 c45fa3843618
parent 94 466f43a12118
child 101 f44c530f80da
     1.1 --- a/bookloupe/bookloupe.h	Wed Oct 02 23:51:18 2013 +0100
     1.2 +++ b/bookloupe/bookloupe.h	Thu Oct 03 16:09:39 2013 +0100
     1.3 @@ -58,11 +58,16 @@
     1.4      SWITNO
     1.5  };
     1.6  
     1.7 +struct dash_results {
     1.8 +    long base,space,non_PG_space,PG_space;
     1.9 +};
    1.10 +
    1.11  struct first_pass_results {
    1.12      long firstline,astline;
    1.13      long footerline,totlen,binlen,alphalen,endquote_count,shortline,dotcomma;
    1.14      long fslashline,hyphens,longline,verylongline,htmcount,standalone_digit;
    1.15 -    long spacedash,emdash,space_emdash,non_PG_space_emdash,PG_space_emdash;
    1.16 +    long spacedash;
    1.17 +    struct dash_results emdash;
    1.18      int Dutchcount,Frenchcount;
    1.19  };
    1.20