summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvisvgm/dvisvgm-src/src/CommandLine.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvisvgm/dvisvgm-src/src/CommandLine.h')
-rw-r--r--Build/source/texk/dvisvgm/dvisvgm-src/src/CommandLine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/dvisvgm/dvisvgm-src/src/CommandLine.h b/Build/source/texk/dvisvgm/dvisvgm-src/src/CommandLine.h
index 5de9c9f55a2..68ea640a942 100644
--- a/Build/source/texk/dvisvgm/dvisvgm-src/src/CommandLine.h
+++ b/Build/source/texk/dvisvgm/dvisvgm-src/src/CommandLine.h
@@ -24,6 +24,7 @@ class CommandLine : public CmdLineParserBase
#endif
bool color_given () const {return _color_given;}
bool colornames_given () const {return _colornames_given;}
+ bool comments_given () const {return _comments_given;}
#if !defined(DISABLE_GS)
bool eps_given () const {return _eps_given;}
#endif
@@ -99,6 +100,7 @@ class CommandLine : public CmdLineParserBase
#endif
void handle_color (InputReader &ir, const Option &opt, bool longopt);
void handle_colornames (InputReader &ir, const Option &opt, bool longopt);
+ void handle_comments (InputReader &ir, const Option &opt, bool longopt);
#if !defined(DISABLE_GS)
void handle_eps (InputReader &ir, const Option &opt, bool longopt);
#endif
@@ -153,6 +155,7 @@ class CommandLine : public CmdLineParserBase
#endif
bool _color_given;
bool _colornames_given;
+ bool _comments_given;
#if !defined(DISABLE_GS)
bool _eps_given;
#endif