From 168f226e1bed18b837fb4cea795666eb0fd8ef43 Mon Sep 17 00:00:00 2001 From: helly Date: Mon, 25 Apr 2005 20:28:08 +0000 Subject: [PATCH] - Speling --- re2c.1.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/re2c.1.in b/re2c.1.in index cba50e95..6eb2f7b0 100644 --- a/re2c.1.in +++ b/re2c.1.in @@ -7,6 +7,9 @@ .ds rx regular expression .ds lx \fIl\fP-expression \"$Log$ +\"Revision 1.19 2005/04/25 20:28:08 helly +\"- Speling +\" \"Revision 1.18 2005/04/25 06:48:31 helly \"- Change \fC to \fI in -d explanation \"- Drop bug info that was fixed by introduction of '/*!max:re2c */' @@ -175,9 +178,9 @@ few keywords (e.g. for most programming languages). \fB-d\fP Creates a parser that dumps information about the current position and in which state the parser is while parsing the input. This is useful to debug -parser issues and states. If you use this switch you need to deine a macro +parser issues and states. If you use this switch you need to define a macro \fIYYDEBUG\fP that is called like a function with two parameters: -\fIvoid func(int state, char current)\fP. The first parameter receives the +\fIvoid YYDEBUG(int state, char current)\fP. The first parameter receives the state or -1 and the second parameter receives the input at the current cursor. .TP \fB-h\fP -- 2.50.1