From: John Millaway Date: Tue, 14 Feb 2006 18:25:07 +0000 (+0000) Subject: Removed certain offending #undefs. X-Git-Tag: flex-2-5-33~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36b026e644bbd1bef1675c619096310fdaee8258;p=flex Removed certain offending #undefs. --- diff --git a/flex.skl b/flex.skl index b731954..72ccbd7 100644 --- a/flex.skl +++ b/flex.skl @@ -3278,6 +3278,8 @@ int main () ]]) %ok-for-header +m4_ifdef( [[M4_YY_IN_HEADER]], +[[ #undef YY_NEW_FILE #undef YY_FLUSH_BUFFER #undef yy_set_bol @@ -3289,3 +3291,4 @@ int main () #undef YY_DECL_IS_OURS #undef YY_DECL #endif +]])