diff src/casefiddle.c @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children
line wrap: on
line diff
--- a/src/casefiddle.c	Mon Aug 13 11:19:22 2007 +0200
+++ b/src/casefiddle.c	Mon Aug 13 11:20:41 2007 +0200
@@ -47,7 +47,8 @@
 
   if (STRINGP (obj))
     {
-      Lisp_Char_Table *syntax_table = XCHAR_TABLE (buf->mirror_syntax_table);
+      struct 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;
@@ -155,7 +156,7 @@
   /* This function can GC */
   REGISTER Bufpos i;
   Bufpos start, end;
-  Lisp_Char_Table *syntax_table = XCHAR_TABLE (buf->mirror_syntax_table);
+  struct Lisp_Char_Table *syntax_table = XCHAR_TABLE (buf->mirror_syntax_table);
   int mccount;
   Emchar oldc, c;
   int wordp = 0, wordp_prev;