Skip to content

Commit

Permalink
One forgotten checkin from regex changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jan 15, 2010
1 parent 2da42bc commit aa732e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posix/regcomp.c
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,8 @@ re_compile_fastmap_iter (regex_t *bufp, const re_dfastate_t *init_state,
!= (size_t) -1)
re_set_fastmap (fastmap, false, *(unsigned char *) buf);
}
}
}
}
}
}
#endif /* RE_ENABLE_I18N */
else if (type == OP_PERIOD
Expand Down

0 comments on commit aa732e2

Please sign in to comment.