1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/hebrew/he2/files/patch-he2::hebSegment.cxx
Thierry Thomas 19721549fa Unbreak.
2004-06-10 20:50:48 +00:00

14 lines
529 B
C++

--- ./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)
{