comparison src/regexp.h @ 4537:5cc98a5898cf v7.3.1016

updated for version 7.3.1016 Problem: Unused field in nfa_state. Solution: Remove lastthread.
author Bram Moolenaar <bram@vim.org>
date Sat, 25 May 2013 15:31:05 +0200
parents ccecb03e5e8b
children 532c2e850256
comparison
equal deleted inserted replaced
4536:16961a4f00ea 4537:5cc98a5898cf
72 nfa_state_T *out; 72 nfa_state_T *out;
73 nfa_state_T *out1; 73 nfa_state_T *out1;
74 int id; 74 int id;
75 int lastlist; 75 int lastlist;
76 int visits; 76 int visits;
77 thread_T *lastthread;
78 int negated; 77 int negated;
79 }; 78 };
80 79
81 /* 80 /*
82 * Structure used by the NFA matcher. 81 * Structure used by the NFA matcher.