X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=test%2Fbtyacc%2Fbig_b.output;h=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=3c30b30a5661fe334c3359dd1570524b52f310f0;hp=112b7c7a41c560514fb28d28b9edd14613ebbb17;hpb=52501dbd06a1a1793e40c2a5dfb46292c1996cb6;p=platform%2Fupstream%2Fbyacc.git diff --git a/test/btyacc/big_b.output b/test/btyacc/big_b.output index 112b7c7..e69de29 100644 --- a/test/btyacc/big_b.output +++ b/test/btyacc/big_b.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