From 03006d42f1733d38a527f0bc913aae6ef0672994 Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Mon, 5 Jul 1993 21:37:06 +0000 Subject: [PATCH] Nuked #undef of yywrap, now that it's a function --- scan.l | 2 -- 1 file changed, 2 deletions(-) diff --git a/scan.l b/scan.l index ee87937..fb2f465 100644 --- a/scan.l +++ b/scan.l @@ -32,8 +32,6 @@ static char rcsid[] = "@(#) $Header$ (LBL)"; #endif -#undef yywrap - #include "flexdef.h" #include "parse.h" -- 2.50.1