used in includable-lexer.hh.
* lily/includable-lexer.cc: Bugfix: include config.h.
2003-04-14 Jan Nieuwenhuizen <janneke@gnu.org>
+ * stepmake/aclocal.m4: Include compile fix for broken flex, as
+ used in includable-lexer.hh.
+
+ * lily/includable-lexer.cc: Bugfix: include config.h.
+
* stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
circumvention of Debian packaging bug.
*/
#include <sstream>
+#include "config.h"
-
-#include "file-path.hh"
#include "includable-lexer.hh"
+#include "file-path.hh"
#include "source-file.hh"
#include "source.hh"
#include "warn.hh"
AC_CACHE_CHECK([for yyFlexLexer.yy_current_buffer],
[stepmake_flexlexer_yy_current_buffer],
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
+using namespace std;
#include <FlexLexer.h>
class yy_flex_lexer: public yyFlexLexer
{