1.1 --- a/bookloupe/pending.h Mon Sep 23 21:18:27 2013 +0100
1.2 +++ b/bookloupe/pending.h Sun Sep 29 09:18:05 2013 +0100
1.3 @@ -9,15 +9,15 @@
1.4 };
1.5
1.6 struct pending {
1.7 - char *dquote,*squote,*rbrack,*sbrack,*cbrack,*unders;
1.8 - long squot;
1.9 + char *quote,*rbrack,*sbrack,*cbrack,*unders;
1.10 + char *continuing_quote;
1.11 struct pending_warning illustration;
1.12 };
1.13
1.14 void print_pending(const char *aline,const char *parastart,
1.15 struct pending *pending);
1.16 void reset_pending(struct pending *pending);
1.17 -void check_for_mismatched_quotes(const struct counters *counters,
1.18 +void check_for_mismatched_quotes(struct counters *counters,
1.19 struct pending *pending);
1.20
1.21 #endif /* PENDING_H */