diff options
Diffstat (limited to 'hebrew/he2/files')
-rw-r--r-- | hebrew/he2/files/patch-he2::hebSegment.cxx | 13 | ||||
-rw-r--r-- | hebrew/he2/files/patch-he2::hebString.cxx | 11 |
2 files changed, 24 insertions, 0 deletions
diff --git a/hebrew/he2/files/patch-he2::hebSegment.cxx b/hebrew/he2/files/patch-he2::hebSegment.cxx new file mode 100644 index 000000000000..0efc6bd8ebe6 --- /dev/null +++ b/hebrew/he2/files/patch-he2::hebSegment.cxx @@ -0,0 +1,13 @@ +--- ./he2/hebSegment.cxx.orig Wed Mar 14 10:04:03 2001 ++++ ./he2/hebSegment.cxx Thu Jun 10 21:53:00 2004 +@@ -869,8 +869,8 @@ + + #define alpha "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" + #define anum "0123456789*+=-?@!%^&~:'\".,;()`<>/|_" +-#define alphanum alpha ## "0123456789*+=-?@!%^&~:'\".,;()`<>/|" +-#define all alphanum ## "${}^[]" ++#define alphanum alpha "0123456789*+=-?@!%^&~:'\".,;()`<>/|" ++#define all alphanum "${}^[]" + int + hebSegment::_processLatexCommand(char *buffer, char **str, modeStack& stack) + { diff --git a/hebrew/he2/files/patch-he2::hebString.cxx b/hebrew/he2/files/patch-he2::hebString.cxx new file mode 100644 index 000000000000..2353599dc048 --- /dev/null +++ b/hebrew/he2/files/patch-he2::hebString.cxx @@ -0,0 +1,11 @@ +--- ./he2/hebString.cxx.orig Wed Mar 14 10:04:03 2001 ++++ ./he2/hebString.cxx Thu Jun 10 21:31:44 2004 +@@ -21,7 +21,7 @@ + + #include "hebString.h" + #include <string.h> +-#include <iostream.h> ++#include <iostream> + #include <assert.h> + + |