summaryrefslogtreecommitdiff
path: root/test/yacc/help.output
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2020-06-22 22:42:20 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2020-06-22 22:42:20 +0000
commit5dd99b746d26517ef72ee914e30ece2761079321 (patch)
tree30d932dc7c9813aee58587bffceac1350e1ff900 /test/yacc/help.output
parent8bb3d1b8fb77d3704e1de225c83b8b66ca673da8 (diff)
Notes
Diffstat (limited to 'test/yacc/help.output')
-rw-r--r--test/yacc/help.output18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/yacc/help.output b/test/yacc/help.output
index 112b7c7a41c56..e69de29bb2d1d 100644
--- a/test/yacc/help.output
+++ b/test/yacc/help.output
@@ -1,18 +0,0 @@
-Usage: YACC [options] filename
-
-Options:
- -b file_prefix set filename prefix (default "y.")
- -B create a backtracking parser
- -d write definitions (.tab.h)
- -i write interface (y.tab.i)
- -g write a graphical description
- -l suppress #line directives
- -L enable position processing, e.g., "%locations"
- -o output_file (default ".tab.c")
- -p symbol_prefix set symbol prefix (default "yy")
- -P create a reentrant parser, e.g., "%pure-parser"
- -r produce separate code and table files (y.code.c)
- -s suppress #define's for quoted names in %token lines
- -t add debugging support
- -v write description (y.output)
- -V show version information and exit