~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/include/pars0grm.h

  • Committer: Brian Aker
  • Date: 2008-11-04 15:39:09 UTC
  • mfrom: (575.1.2 devel)
  • Revision ID: brian@tangent.org-20081104153909-c72hn65udxs1ccal
Merge of Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
   This special exception was added by the Free Software Foundation
24
24
   in version 1.24 of Bison.  */
25
25
 
26
 
#if !defined(PARS0GRM_H)
27
 
#define PARS0GRM_H
28
 
 
29
26
/* Tokens.  */
30
27
#ifndef YYTOKENTYPE
31
28
# define YYTOKENTYPE
222
219
#define NEG 350
223
220
 
224
221
 
225
 
int
226
 
yyparse(void);
 
222
 
227
223
 
228
224
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
229
225
typedef int YYSTYPE;
236
232
 
237
233
 
238
234
 
239
 
#endif