From b013d579858db2c0cc3ed1ab95afbea1f4c77cc4 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Fri, 1 Oct 2021 14:46:41 +0900 Subject: Imported Upstream version 20111219 --- yacc.1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'yacc.1') diff --git a/yacc.1 b/yacc.1 index d180d83..5b2bbe1 100644 --- a/yacc.1 +++ b/yacc.1 @@ -1,4 +1,4 @@ -.\" $Id: yacc.1,v 1.12 2011/09/08 00:40:44 tom Exp $ +.\" $Id: yacc.1,v 1.13 2011/12/20 01:46:19 tom Exp $ .\" .\" .TH YACC 1 "July\ 15,\ 1990" .\" .UC 6 @@ -105,6 +105,10 @@ and the tables file is named .IR y.tab.c. The prefix "\fIy.\fP" can be overridden using the \fB\-b\fP option. .TP +.B \-s +suppress "\fB#define\fP" statements generated for string literals in +a "%token" statement, to more closely match original \fByacc\fP behavior. +.TP .B \-t The .B \-t -- cgit v1.2.3