mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
* Retrofitted Yacc grammars to handle bison 3.6.X * Submitter takes maintainership Submitted by: aryeh.friedman@gmail.com
10 lines
255 B
Text
10 lines
255 B
Text
--- common/sub/expr_gram.y.orig 2012-07-13 04:47:15 UTC
|
|
+++ common/sub/expr_gram.y
|
|
@@ -16,6 +16,7 @@
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
+%define api.prefix {sub_expr_gram_}
|
|
%{
|
|
|
|
#include <common/ac/stdarg.h>
|