]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/lexer.l
MIME support
[wxWidgets.git] / src / common / lexer.l
index bb25277e79dc639b52b7d210924293925248a14b..c8700e0c78f72c4fc0b3d6bd4611ab488f14ce4e 100644 (file)
@@ -191,6 +191,8 @@ static int my_input( void )
 
 void wxExprCleanUp()
 {
+#ifdef FLEX_SCANNER
        if (yy_current_buffer)
                yy_delete_buffer(yy_current_buffer);
+#endif
 }