summaryrefslogtreecommitdiff
path: root/src/cssparser.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-11-19 21:44:01 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-11-19 21:44:01 +0100
commitff63b2cd1caf488b655d94687a2f01d4a6d2d2e5 (patch)
tree5c2bebab22dd556e2483e3e2619569f82734850a /src/cssparser.hh
parentec2cc09a2ce6d924ffa11b15c5bc49abf25c92fc (diff)
ignore XML comment markers in CSS
Diffstat (limited to 'src/cssparser.hh')
-rw-r--r--src/cssparser.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cssparser.hh b/src/cssparser.hh
index d6e54ec7..1e471c68 100644
--- a/src/cssparser.hh
+++ b/src/cssparser.hh
@@ -28,6 +28,7 @@ class CssParser {
int getChar();
void ungetChar();
void nextToken();
+ bool skipString(int c, const char *string);
bool tokenMatchesProperty(CssPropertyName prop, CssValueType * type);
bool parseValue(CssPropertyName prop, CssValueType type,
CssPropertyValue * val);