mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-03 07:12:28 +00:00
Tweak comment in QPDFParser refactor
This commit is contained in:
parent
b8fd18ae56
commit
bb12a7ff8d
@ -1,3 +1,8 @@
|
|||||||
|
2023-12-21 Jay Berkenbilt <ejb@ql.org>
|
||||||
|
|
||||||
|
* From M. Holger: Refactor QPDFParser for performance. See #1059
|
||||||
|
for a discussion.
|
||||||
|
|
||||||
2023-12-20 Jay Berkenbilt <ejb@ql.org>
|
2023-12-20 Jay Berkenbilt <ejb@ql.org>
|
||||||
|
|
||||||
* Update code and tests so that qpdf's test suite no longer
|
* Update code and tests so that qpdf's test suite no longer
|
||||||
|
@ -32,7 +32,7 @@ class QPDFParser
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
// Parser state. Note:
|
// Parser state. Note:
|
||||||
// state < st_dictionary_value == (state = st_dictionary_key || state = st_dictionary_value)
|
// state <= st_dictionary_value == (state = st_dictionary_key || state = st_dictionary_value)
|
||||||
enum parser_state_e { st_dictionary_key, st_dictionary_value, st_array };
|
enum parser_state_e { st_dictionary_key, st_dictionary_value, st_array };
|
||||||
|
|
||||||
struct StackFrame
|
struct StackFrame
|
||||||
|
Loading…
Reference in New Issue
Block a user