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.
 
 
 
 
 
 

32 lines
1.0 KiB

Index: Makefile
--- Makefile.orig 2013-06-06 07:41:07.000000000 +0200
+++ Makefile 2013-06-06 19:53:35.703616329 +0200
@@ -1,5 +1,5 @@
-CFLAGS = -g -Wall $(OFLAGS) $(XFLAGS) -Isrc
-OFLAGS = -O3 -DNDEBUG
+CFLAGS = $(OFLAGS) $(XFLAGS) -Isrc
+OFLAGS = -O2 -DNDEBUG
#OFLAGS = -pg
OBJS = tree.o compile.o
Index: src/peg.1
--- src/peg.1.orig 2013-06-06 07:41:05.000000000 +0200
+++ src/peg.1 2013-06-06 19:53:15.543613948 +0200
@@ -543,7 +543,7 @@
.I identifier
and can be referred to in subsequent actions.
.PP
-The desk calclator example below illustrates the use of '$$' and ':'.
+The desk calculator example below illustrates the use of '$$' and ':'.
.SH LEG EXAMPLE: A DESK CALCULATOR
The extensions in
.I leg
@@ -1041,7 +1041,7 @@
.IR lex (1)
features (yywrap(), yyin, etc.) are completely absent.
.PP
-The generated parser foes not contain '#line' directives to direct C
+The generated parser does not contain '#line' directives to direct C
compiler errors back to the grammar description when appropriate.
.SH SEE ALSO
D. Val Schorre,