Mercurial > hg > xemacs-beta
comparison src/casefiddle.c @ 167:85ec50267440 r20-3b10
Import from CVS: tag r20-3b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:45:46 +0200 |
parents | 131b0175ea99 |
children | e121b013d1f0 |
comparison
equal
deleted
inserted
replaced
166:7a77eb660975 | 167:85ec50267440 |
---|---|
139 { | 139 { |
140 /* This function can GC */ | 140 /* This function can GC */ |
141 REGISTER Bufpos i; | 141 REGISTER Bufpos i; |
142 Bufpos start, end; | 142 Bufpos start, end; |
143 REGISTER Emchar c; | 143 REGISTER Emchar c; |
144 REGISTER int inword = flag == CASE_DOWN; | 144 REGISTER int inword = (flag == CASE_DOWN); |
145 struct Lisp_Char_Table *syntax_table = | 145 struct Lisp_Char_Table *syntax_table = |
146 XCHAR_TABLE (buf->mirror_syntax_table); | 146 XCHAR_TABLE (buf->mirror_syntax_table); |
147 int mccount; | 147 int mccount; |
148 | 148 |
149 if (EQ (b, e)) | 149 if (EQ (b, e)) |