You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
542 B

Index: Makefile.in
--- Makefile.in.orig 2019-12-17 12:41:05.000000000 +0100
+++ Makefile.in 2019-12-17 20:19:25.605410000 +0100
@@ -49,7 +49,7 @@
$(OBJECTS): config.h Makefile
$(TARGET): $(OBJECTS)
- $(CC) $(CFLAGS) $(LDFLAGS) $(OBJECTS) $(LIBS) -o $@
+ $(CC) $(CFLAGS) $(LDFLAGS) $(OBJECTS) -o $@ $(LIBS)
always:
Index: tokenizer.l
--- tokenizer.l.orig 2019-12-17 20:19:25.605560000 +0100
+++ tokenizer.l 2019-12-17 20:19:48.422003000 +0100
@@ -1,10 +1,4 @@
%pointer
-%e 150
-%p 400
-%n 80
-%k 80
-%a 250
-%o 500
%option 8bit