From 4a8aa93f1eb0667d2e878f6334e0a0ee1daca5fd Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 20 May 2004 17:58:25 +0000 Subject: [PATCH] Removed 2 blank lines for cygwin compiler. --- src/dbStatic/dbLex.l | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dbStatic/dbLex.l b/src/dbStatic/dbLex.l index 1bc0108c5..cb2e353e3 100644 --- a/src/dbStatic/dbLex.l +++ b/src/dbStatic/dbLex.l @@ -11,8 +11,6 @@ name [a-zA-Z0-9_\-:\.\[\]<>;] notquote [^\"] escapequote \\\" string {notquote}|{escapequote} - - %{ #undef YY_INPUT #define YY_INPUT(b,r,ms) (r=(*db_yyinput)(b,ms))