add a comment at some code which looks like nonsense but is a -fshort-enums

fix (by bjh21)
This commit is contained in:
drochner 2002-06-11 14:50:30 +00:00
parent d6101bf1eb
commit 0cfebeeb7a

View File

@ -16,7 +16,7 @@
*/
#ifndef lint
static const char rcsid[] = "$Id: ns_parse.c,v 1.3 2002/03/18 20:16:49 bjh21 Exp $";
static const char rcsid[] = "$Id: ns_parse.c,v 1.4 2002/06/11 14:50:30 drochner Exp $";
#endif
/* Import. */
@ -134,7 +134,7 @@ isc_result_t
ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) {
int b;
isc_result_t status;
int tmp;
int tmp; /* XXX used to force a signed comparision below */
/* Make section right. */
if ((tmp = section) < 0 || section >= ns_s_max)