summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2011-10-27 19:35:26 +0200
committerAlbert Astals Cid <aacid@kde.org>2011-10-27 19:35:26 +0200
commit1436356546e223150f7ff49837e935aaca1d7add (patch)
tree5edd192f554bd62a2adc0ee2e7355fe19073e48f
parentd4d9e977309d0cdd98795c296f2e5ad04788a5b8 (diff)
we already have this
-rw-r--r--ALL_DIFF8
1 files changed, 0 insertions, 8 deletions
diff --git a/ALL_DIFF b/ALL_DIFF
index 000b567..b9990ca 100644
--- a/ALL_DIFF
+++ b/ALL_DIFF
@@ -12577,14 +12577,6 @@ diff -ru xpdf-3.02/xpdf/Lexer.cc xpdf-3.03/xpdf/Lexer.cc
getChar();
continue;
}
-@@ -307,6 +309,7 @@
- case '/':
- p = tokBuf;
- n = 0;
-+ s = NULL;
- while ((c = lookChar()) != EOF && !specialChars[c]) {
- getChar();
- if (c == '#') {
@@ -330,18 +333,30 @@
} else if (c2 >= 'a' && c2 <= 'f') {
c += c2 - 'a' + 10;