diff src/regexp.h @ 4571:b2a8e3a66f8c v7.3.1033

updated for version 7.3.1033 Problem: "\1" .. "\9" are not supported in the new regexp engine. Solution: Implement them. Add a few more tests.
author Bram Moolenaar <bram@vim.org>
date Tue, 28 May 2013 22:03:20 +0200
parents 4d81fdda8f35
children 321cfbef9431
line wrap: on
line diff
--- a/src/regexp.h
+++ b/src/regexp.h
@@ -71,7 +71,6 @@ struct nfa_state
     nfa_state_T		*out1;
     int			id;
     int			lastlist;
-    int			visits;
     int			negated;
 };