]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/regex-emacs.c (forall_firstchar_1): Fix compilation error.
authorEli Zaretskii <eliz@gnu.org>
Sat, 30 Sep 2023 17:16:40 +0000 (20:16 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 30 Sep 2023 17:16:40 +0000 (20:16 +0300)
src/regex-emacs.c

index 79e9f2c105a93be13c922def05217ce89ba172e7..ffb8891d3a6902e8066a077493ac08848a346299 100644 (file)
@@ -2841,6 +2841,7 @@ forall_firstchar_1 (re_char *p, re_char *pend,
     {
       re_char *newp1, *newp2, *tmp;
       re_char *p_orig = p;
+      int offset;
 
       if (p == pend)
         return false;
@@ -2978,7 +2979,7 @@ forall_firstchar_1 (re_char *p, re_char *pend,
            goto do_twoway_jump;
 
           case set_number_at:
-            int offset = extract_number (p + 1);
+            offset = extract_number (p + 1);
             DEBUG_STATEMENT (eassert (extract_number (p + 3)));
             /* If we're setting the counter of an immediately following
                `succeed_n`, then this next execution of `succeed_n` will do