imp.h
来自「db.* (pronounced dee-be star) is an adva」· C头文件 代码 · 共 81 行
H
81 行
/* A Bison parser, made by GNU Bison 1.875c. *//* Skeleton parser for Yacc-like parsing with Bison, Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003 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 2, 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, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *//* As a special exception, when this file is copied by Bison into a Bison output file, you may use that output file without restriction. This special exception was added by the Free Software Foundation in version 1.24 of Bison. *//* Tokens. */#ifndef YYTOKENTYPE# define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { T_DATABASE = 258, T_FOR = 259, T_ON = 260, T_FIELD = 261, T_CONNECT = 262, T_END = 263, T_RECORD = 264, T_CREATE = 265, T_UPDATE = 266, T_FIND = 267, T_NUMBER = 268, T_IDENT = 269, T_STRING = 270 };#endif#define T_DATABASE 258#define T_FOR 259#define T_ON 260#define T_FIELD 261#define T_CONNECT 262#define T_END 263#define T_RECORD 264#define T_CREATE 265#define T_UPDATE 266#define T_FIND 267#define T_NUMBER 268#define T_IDENT 269#define T_STRING 270#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)#line 38 "imp.y"typedef union YYSTYPE { STRTOK tstr; NUMTOK tnum;} YYSTYPE;/* Line 1275 of yacc.c. */#line 72 "imp.h"# define yystype YYSTYPE /* obsolescent; will be withdrawn */# define YYSTYPE_IS_DECLARED 1# define YYSTYPE_IS_TRIVIAL 1#endifextern YYSTYPE yylval;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?