X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fregexec.c;h=b136570820abe9ca818780bba7b84d88e8dbabab;hb=4565266f776db0d78b2c207a5fe79f929f9806ca;hp=cba5ea20e3e3bf93a4abcf03e78580320b640f00;hpb=ad4315554e6ee2cf0aa2e26ae498cb7fe05982a4;p=gnulib.git diff --git a/lib/regexec.c b/lib/regexec.c index cba5ea20e..b13657082 100644 --- a/lib/regexec.c +++ b/lib/regexec.c @@ -1,5 +1,6 @@ /* Extended regular expression matching and search library. - Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, + Inc. This file is part of the GNU C Library. Contributed by Isamu Hasegawa . @@ -2338,7 +2339,7 @@ transit_state (reg_errcode_t *err, re_match_context_t *mctx, } /* Update the state_log if we need */ -re_dfastate_t * +static re_dfastate_t * internal_function merge_state_with_log (reg_errcode_t *err, re_match_context_t *mctx, re_dfastate_t *next_state)