removed an #if 0 ... #endif section (insted of fixing

the typo in it)
This commit is contained in:
Andreas Gustafsson 2000-05-10 00:16:09 +00:00
parent 3e14b69d19
commit 62890ae20d

View file

@ -16,7 +16,7 @@
* SOFTWARE.
*/
/* $Id: confparser.y,v 1.77 2000/05/09 22:22:15 tale Exp $ */
/* $Id: confparser.y,v 1.78 2000/05/10 00:16:09 gson Exp $ */
#include <config.h>
@ -5008,10 +5008,6 @@ dns_c_parse_namedconf(const char *filename, isc_mem_t *mem,
callbacks = cbks;
#if 0
fprintf(stderr, "uniion size: %d\n", sizeof (YYSTYPE));
#endif
if (yyparse() != 0) {
res = ISC_R_FAILURE;