* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: master.c,v 1.59 2000/07/27 09:46:12 tale Exp $ */
+/* $Id: master.c,v 1.60 2000/07/30 20:28:07 bwelling Exp $ */
#include <config.h>
default: \
goto error_cleanup; \
} \
+ if ((token)->type == isc_tokentype_special) \
+ goto error_cleanup; \
} while (0)
#define WARNUNEXPECTEDEOF(lexer) \
isc_lex_getsourceline(lex));
goto cleanup;
}
- GETTOKEN(lex, 0, &token, ISC_FALSE);
+ GETTOKEN(lex, ISC_LEXOPT_QSTRING, &token,
+ ISC_FALSE);
if (include_file != NULL)
isc_mem_free(mctx, include_file);
include_file = isc_mem_strdup(mctx,