~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

InnoDB compiles clean. Need to send this patch upstream. 

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
 
26
29
/* Tokens.  */
27
30
#ifndef YYTOKENTYPE
28
31
# define YYTOKENTYPE
219
222
#define NEG 350
220
223
 
221
224
 
222
 
 
 
225
int
 
226
yyparse(void);
223
227
 
224
228
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
225
229
typedef int YYSTYPE;
232
236
 
233
237
 
234
238
 
 
239
#endif