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 8ff196e commit 7cd9bdbCopy full SHA for 7cd9bdb
Makefile
@@ -5,7 +5,7 @@ CC=gcc
5
CXX=g++
6
MCS=$(MCS)
7
8
-LDFLAGS= -lm -lpthread -L. -ltopologic -pthread -lfl
+LDFLAGS= -lm -lpthread -L. -ltopologic -pthread #-lfl
9
CFLAGS=-Wall -Werror -g -fPIC -O2
10
OBJ=$(SRC:.c=.o)
11
AR=ar
parse/topologic_parser.lex
@@ -1,6 +1,8 @@
1
/* SPDX-License-Identifier: MIT WITH bison-exception */
2
/* Copyright © 2020 Matthew Stern, Benjamin Michalowicz */
3
4
+%option noyywrap
+
%{
#include "topologic_parser.tab.h"
%}
0 commit comments