diff src/regexp.h @ 4539:532c2e850256 v7.3.1017

updated for version 7.3.1017 Problem: Zero width match changes length of match. Solution: For a zero width match put new states in the current position in the state list.
author Bram Moolenaar <bram@vim.org>
date Sat, 25 May 2013 20:19:50 +0200
parents 5cc98a5898cf
children 7b835b2969af
line wrap: on
line diff
--- a/src/regexp.h
+++ b/src/regexp.h
@@ -29,8 +29,6 @@
 
 typedef struct regengine regengine_T;
 
-typedef struct thread thread_T;
-
 /*
  * Structure returned by vim_regcomp() to pass on to vim_regexec().
  * This is the general structure. For the actual matcher, two specific