如何yyparse()
在一个程序中编译、链接和调用不同的 YACC 语法?
Shaya
问问题
614 次
1 回答
7
对每个单独的 yacc 语法生成使用 -p 选项
-p prefix
Use prefix instead of yy as the prefix for all external
names produced by yacc. For X/Open compliance, when the
environment variable _XPG is set, then the -p option will work
as described in the previous sentence. If the environment
variable _XPG is not set, then the -p option will work as
described below in the -P option.
于 2008-08-25T10:12:12.667 回答