emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/syntax.c,v


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/src/syntax.c,v
Date: Sun, 09 Jul 2006 03:31:26 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     John Paul Wallington <jpw>      06/07/09 03:31:26

Index: syntax.c
===================================================================
RCS file: /sources/emacs/emacs/src/syntax.c,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -b -r1.192 -r1.193
--- syntax.c    9 Jul 2006 03:19:16 -0000       1.192
+++ syntax.c    9 Jul 2006 03:31:25 -0000       1.193
@@ -1994,14 +1994,14 @@
 {
   register int from;
   int from_byte;
-  register EMACS_INT stop;
+  register int stop;
   register int c, c1;
   register enum syntaxcode code;
   int comstyle = 0;        /* style of comment encountered */
   int comnested = 0;       /* whether the comment is nestable or not */
   int found;
-  EMACS_INT count1;
-  EMACS_INT out_charpos, out_bytepos;
+  int count1;
+  int out_charpos, out_bytepos;
   int dummy;
 
   CHECK_NUMBER (count);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]