We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aacd80f commit 279becfCopy full SHA for 279becf
Makefile.common
@@ -9,7 +9,7 @@ INCLUDE = include
9
DEBUG = y
10
CFLAGS = -I$(INCLUDE)
11
CFLAGS-y= -g $(CFLAGS)
12
-LDFLAGS = -lfl
+LDFLAGS =
13
SHELL := /bin/bash
14
INFO = @: echo ' '
15
ifeq ($(UNAME),Linux)
parser/smt2.lex
@@ -4,7 +4,7 @@
4
#include <stdlib.h>
5
#include <c3_core.h>
6
#include "parsesmt2.h"
7
-
+
8
extern char *yytext;
static int lookup(char *s) {
char * cleaned = NULL;
@@ -37,6 +37,8 @@
37
}
38
%}
39
40
+%option noyywrap
41
42
/* start states */
43
%x COMMENT
44
0 commit comments