The R Project SVN R

Rev

Rev 57571 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 57571 Rev 65105
Line 267... Line 267...
267
  DPRINT(("length: %d\n", len));
267
  DPRINT(("length: %d\n", len));
268
  DPRINT(("pos:chr/code | states and tags\n"));
268
  DPRINT(("pos:chr/code | states and tags\n"));
269
  DPRINT(("-------------+------------------------------------------------\n"));
269
  DPRINT(("-------------+------------------------------------------------\n"));
270
 
270
 
271
  reach_next_i = reach_next;
271
  reach_next_i = reach_next;
272
  while (/*CONSTCOND*/1)
272
  while (/*CONSTCOND*/(void)1,1)
273
    {
273
    {
274
      /* If no match found yet, add the initial states to `reach_next'. */
274
      /* If no match found yet, add the initial states to `reach_next'. */
275
      if (match_eo < 0)
275
      if (match_eo < 0)
276
	{
276
	{
277
	  DPRINT((" init >"));
277
	  DPRINT((" init >"));