From 12c504377894293c23c45ea4c036c3a122ac7d4b Mon Sep 17 00:00:00 2001 From: Stefano Sanfilippo Date: Thu, 27 Nov 2014 20:02:15 +0100 Subject: [PATCH] Adding namespace declaration to lexer. --- Monicelli.ll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Monicelli.ll b/Monicelli.ll index baca257..9b550b2 100644 --- a/Monicelli.ll +++ b/Monicelli.ll @@ -7,6 +7,8 @@ extern int lineNumber; void monicelli_error(const char *); void monicelli_meta(const char *); // Extern void serve? + +using namespace monicelli; %} %option noyywrap