/[grep]/grep/src/dfa.c
ViewVC logotype

Diff of /grep/src/dfa.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.28 by kasal, Tue Nov 23 10:00:48 2004 UTC revision 1.29 by kasal, Wed Dec 8 14:18:29 2004 UTC
# Line 2733  transit_state (struct dfa *d, int s, uns Line 2733  transit_state (struct dfa *d, int s, uns
2733    
2734    if (nelem == 0 || maxlen == 0)    if (nelem == 0 || maxlen == 0)
2735      /* This state has no multibyte operator which can match.      /* This state has no multibyte operator which can match.
2736         We need to  check only one singlebyte character.  */         We need to check only one singlebyte character.  */
2737      {      {
2738        status_transit_state rs;        status_transit_state rs;
2739        rs = transit_state_singlebyte(d, s, *pp, &s1);        rs = transit_state_singlebyte(d, s, *pp, &s1);

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26