summaryrefslogtreecommitdiff
path: root/textproc/hunspell/files/patch-src_parsers_latexparser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hunspell/files/patch-src_parsers_latexparser.cxx')
-rw-r--r--textproc/hunspell/files/patch-src_parsers_latexparser.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/hunspell/files/patch-src_parsers_latexparser.cxx b/textproc/hunspell/files/patch-src_parsers_latexparser.cxx
deleted file mode 100644
index 89c6b60bed1b..000000000000
--- a/textproc/hunspell/files/patch-src_parsers_latexparser.cxx
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/parsers/latexparser.cxx.orig 2008-04-23 17:56:27.000000000 +0200
-+++ src/parsers/latexparser.cxx 2008-04-23 17:57:00.000000000 +0200
-@@ -82,7 +82,7 @@
- { { "\\url", NULL } , 1 }
- };
-
--#define PATTERN_LEN (sizeof(PATTERN) / ((sizeof(char *) * 2) + sizeof(int)))
-+#define PATTERN_LEN (sizeof(PATTERN) / sizeof(PATTERN[0]))
-
- LaTeXParser::LaTeXParser(const char * wordchars)
- {