aboutsummaryrefslogtreecommitdiffstats
path: root/hebrew/he2/files/patch-he2::hebSegment.cxx
blob: 0efc6bd8ebe652e5ad1e1848dde93370d90d1ecd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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)
 {