summaryrefslogtreecommitdiff
path: root/yacc.1
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-10-01 14:46:41 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-10-01 14:46:41 +0900
commitb013d579858db2c0cc3ed1ab95afbea1f4c77cc4 (patch)
treea0619322d9cb951f7e45b653c488e7fe2fc90a97 /yacc.1
parentf39f46f090221e313e240a086e8a43ed973bb03e (diff)
downloadbyacc-b013d579858db2c0cc3ed1ab95afbea1f4c77cc4.tar.gz
byacc-b013d579858db2c0cc3ed1ab95afbea1f4c77cc4.tar.bz2
byacc-b013d579858db2c0cc3ed1ab95afbea1f4c77cc4.zip
Imported Upstream version 20111219upstream/20111219
Diffstat (limited to 'yacc.1')
-rw-r--r--yacc.16
1 files changed, 5 insertions, 1 deletions
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