Mercurial > hg > xemacs-beta
diff src/casefiddle.c @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 3ecd8885ac67 |
children | 576fb035e263 |
line wrap: on
line diff
--- a/src/casefiddle.c Mon Aug 13 11:32:27 2007 +0200 +++ b/src/casefiddle.c Mon Aug 13 11:33:38 2007 +0200 @@ -47,8 +47,7 @@ if (STRINGP (obj)) { - struct Lisp_Char_Table *syntax_table = - XCHAR_TABLE (buf->mirror_syntax_table); + Lisp_Char_Table *syntax_table = XCHAR_TABLE (buf->mirror_syntax_table); Bufbyte *storage = alloca_array (Bufbyte, XSTRING_LENGTH (obj) * MAX_EMCHAR_LEN); Bufbyte *newp = storage; @@ -156,7 +155,7 @@ /* This function can GC */ REGISTER Bufpos i; Bufpos start, end; - struct Lisp_Char_Table *syntax_table = XCHAR_TABLE (buf->mirror_syntax_table); + Lisp_Char_Table *syntax_table = XCHAR_TABLE (buf->mirror_syntax_table); int mccount; Emchar oldc, c; int wordp = 0, wordp_prev;