diff src/syntax.c @ 48324:04d5f3827d9f

(scan_sexps_forward): Declare all args (per C99).
author Dave Love <fx@gnu.org>
date Thu, 14 Nov 2002 14:17:40 +0000
parents a404c0056619
children fd7582381b9e
line wrap: on
line diff
--- a/src/syntax.c	Thu Nov 14 14:16:14 2002 +0000
+++ b/src/syntax.c	Thu Nov 14 14:17:40 2002 +0000
@@ -2467,7 +2467,7 @@
 		    stopbefore, oldstate, commentstop)
      struct lisp_parse_state *stateptr;
      register int from;
-     int end, targetdepth, stopbefore;
+     int end, targetdepth, stopbefore, from_byte;
      Lisp_Object oldstate;
      int commentstop;
 {