2004-11-30  Andreas Schwab  <schwab@suse.de>

	* nis/ypclnt.c (ypprot_err): Remove unused entries.

2004-11-30  Paolo Bonzini  <bonzini@gnu.org>

	* posix/regexec.c (check_dst_limits_calc_pos_1): Check for
	bkref_idx == -1, and don't recurse in that case.
This commit is contained in:
Ulrich Drepper 2004-12-05 23:04:27 +00:00
parent 9e68d85af4
commit 79d9fbc236
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,12 @@
2004-11-30 Andreas Schwab <schwab@suse.de>
* nis/ypclnt.c (ypprot_err): Remove unused entries.
2004-11-30 Paolo Bonzini <bonzini@gnu.org>
* posix/regexec.c (check_dst_limits_calc_pos_1): Check for
bkref_idx == -1, and don't recurse in that case.
2004-11-30 GOTO Masanori <gotom@debian.or.jp> 2004-11-30 GOTO Masanori <gotom@debian.or.jp>
* posix/confstr.c: Enclose #error message with double quote * posix/confstr.c: Enclose #error message with double quote

View File

@ -829,11 +829,6 @@ yperr_string (const int error)
static const int8_t yp_2_yperr[] = static const int8_t yp_2_yperr[] =
{ {
#define YP2YPERR(yp, yperr) [YP_##yp - YP_VERS] = YPERR_##yperr #define YP2YPERR(yp, yperr) [YP_##yp - YP_VERS] = YPERR_##yperr
YP2YPERR (TRUE, SUCCESS),
YP2YPERR (NOMORE, NOMORE),
YP2YPERR (FALSE, YPERR),
YP2YPERR (NOMAP, MAP),
YP2YPERR (NODOM, DOMAIN),
YP2YPERR (NOKEY, KEY), YP2YPERR (NOKEY, KEY),
YP2YPERR (BADOP, YPERR), YP2YPERR (BADOP, YPERR),
YP2YPERR (BADDB, BADDB), YP2YPERR (BADDB, BADDB),