资源简介
Linux安装mysql5.7.7前必须安装的软件
代码片段和文件信息
-*- C -*-
# GLR skeleton for Bison
# Copyright (C) 2002-2013 Free Software Foundation Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation either version 3 of the License or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not see .
# If we are loaded by glr.cc do not override c++.m4 definitions by
# those of c.m4.
m4_if(b4_skeleton [“glr.c“]
[m4_include(b4_pkgdatadir/[c.m4])])
## ---------------- ##
## Default values. ##
## ---------------- ##
# Stack parameters.
m4_define_default([b4_stack_depth_max] [10000])
m4_define_default([b4_stack_depth_init] [200])
## ------------------------ ##
## Pure/impure interfaces. ##
## ------------------------ ##
b4_define_flag_if([pure])
# If glr.cc is including this file and thus has already set b4_pure_flag
# do not change the value of b4_pure_flag and do not record a use of api.pure.
m4_ifndef([b4_pure_flag]
[b4_percent_define_default([[api.pure]] [[false]])
m4_define([b4_pure_flag]
[b4_percent_define_flag_if([[api.pure]] [[1]] [[0]])])])
# b4_user_formals
# ---------------
# The possible parse-params formal arguments preceded by a comma.
#
# This is not shared with yacc.c in c.m4 because GLR relies on ISO C
# formal argument declarations.
m4_define([b4_user_formals]
[m4_ifset([b4_parse_param] [ b4_formals(b4_parse_param)])])
# b4_yyerror_args
# ---------------
# Optional effective arguments passed to yyerror: user args plus yylloc and
# a trailing comma.
m4_define([b4_yyerror_args]
[b4_pure_if([b4_locations_if([yylocp ])])dnl
m4_ifset([b4_parse_param] [b4_args(b4_parse_param) ])])
# b4_lyyerror_args
# ----------------
# Same as above but on the lookahead hence &yylloc instead of yylocp.
m4_define([b4_lyyerror_args]
[b4_pure_if([b4_locations_if([&yylloc ])])dnl
m4_ifset([b4_parse_param] [b4_args(b4_parse_param) ])])
# b4_pure_args
# ------------
# Same as b4_yyerror_args but with a leading comma.
m4_define([b4_pure_args]
[b4_pure_if([b4_locations_if([ yylocp])])[]b4_user_args])
# b4_lpure_args
# -------------
# Same as above but on the lookahead hence &yylloc instead of yylocp.
m4_define([b4_lpure_args]
[b4_pure_if([b4_locations_if([ &yylloc])])[]b4_user_args])
# b4_pure_formals
# ---------------
# Arguments passed to yyerror: user formals plus yylocp with leading comma.
m4_define([b4_pure_formals]
[b4_pure_if([b4_locations_if([ YYLTYPE *yylocp])])[]b4_user_formals])
# b4_locus
- 上一篇:银行系统 B/S架构 SSH框架
- 下一篇:gmock-1.6.0.zip
相关资源
- gmock-1.6.0.zip
- MySql和SqlServer互相转化工具
- 自动聊天数据,机器人聊天数据,M
- 2018年统计用区划代码和城乡划分代码
- qtcreator 5.9.1 mysql 编译的驱动
- .net代码生成器,可以将sqlserver、mys
- 高性能mysql第三版英文版
- EMS MySQL Manager 2010破解汉化附详细教程
- Django教务管理系统学生选课系统
- 后台权限管理系统微服务
- nodejs(express4)+mysql增删查改+批量上
- MySQL必知必会 中英文文字版合计非扫
- MySQLDBA修炼之道 高清完整PDF版
- 任意数据库类型数据转换系统 OBDB2D
- mysql-for-visualstudio-1.2.6.msi
- MySQL-JDBC-src 连接驱动包-包括源码
- mysql必知必会高清版PDF带中文书签
- MySQL实用教程第2版源代码
- 网页版在线音乐系统
- 自行车出租网站
- 全国乡镇(社区)数据库MYSQL
- mysql-for-visualstudio-1.2.6
- mysql的sql文件
- libmysqlclient.so.16(64bit)
- zabbix3.4.x 数据库表结构说明文档
- shangguiguMySQL高级脑图完整版
- MGR中文版--京东数据库技术部.pdf
- 基于eclipse+MySQL的图书馆管理系统
- mysql tool
- JENA教程(包括生成RDF和写本体到MyS
评论
共有 条评论