~ubuntu-branches/ubuntu/utopic/anjuta/utopic

« back to all changes in this revision

Viewing changes to plugins/am-project/ac-parser.h

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jackson Doak
  • Date: 2014-07-12 15:17:39 UTC
  • mfrom: (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 98.
  • Revision ID: package-import@ubuntu.com-20140712151739-p9xy0ntlgbpm2nxq
* Team upload.

[ Jackson Doak ]
* New upstream release
* Drop 03_valac_0.22.patch, fixed upstream\
* debian/control:
  - Bump b-dep version on libgtk-3-dev (>= 3.6.0), libglib2.0-dev (>= 2.34.0)
  - Bump stardards-version to 3.9.5. No changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* A Bison parser, made by GNU Bison 2.5.  */
 
1
/* A Bison parser, made by GNU Bison 2.7.  */
2
2
 
3
3
/* Bison interface for Yacc-like parsers in C
4
4
   
5
 
      Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc.
 
5
      Copyright (C) 1984, 1989-1990, 2000-2012 Free Software Foundation, Inc.
6
6
   
7
7
   This program is free software: you can redistribute it and/or modify
8
8
   it under the terms of the GNU General Public License as published by
30
30
   This special exception was added by the Free Software Foundation in
31
31
   version 2.2 of Bison.  */
32
32
 
 
33
#ifndef YY_AMP_AC_YY_AC_PARSER_H_INCLUDED
 
34
# define YY_AMP_AC_YY_AC_PARSER_H_INCLUDED
 
35
/* Enabling traces.  */
 
36
#ifndef YYDEBUG
 
37
# define YYDEBUG 1
 
38
#endif
 
39
#if YYDEBUG
 
40
extern int amp_ac_yydebug;
 
41
#endif
33
42
 
34
43
/* Tokens.  */
35
44
#ifndef YYTOKENTYPE
179
188
 
180
189
 
181
190
 
182
 
 
183
191
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
184
192
typedef int YYSTYPE;
185
193
# define YYSTYPE_IS_TRIVIAL 1
187
195
# define YYSTYPE_IS_DECLARED 1
188
196
#endif
189
197
 
190
 
 
191
 
 
192
198
#if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
193
199
typedef struct YYLTYPE
194
200
{
203
209
#endif
204
210
 
205
211
 
 
212
#ifndef YYPUSH_MORE_DEFINED
 
213
# define YYPUSH_MORE_DEFINED
 
214
enum { YYPUSH_MORE = 4 };
 
215
#endif
206
216
 
207
 
#ifndef YYPUSH_DECLS
208
 
#  define YYPUSH_DECLS
209
 
struct amp_ac_yypstate;
210
217
typedef struct amp_ac_yypstate amp_ac_yypstate;
211
 
enum { YYPUSH_MORE = 4 };
 
218
 
212
219
#if defined __STDC__ || defined __cplusplus
213
 
int amp_ac_yypush_parse (amp_ac_yypstate *yyps, int yypushed_char, YYSTYPE const *yypushed_val, YYLTYPE const *yypushed_loc, AmpAcScanner* scanner);
 
220
int amp_ac_yypush_parse (amp_ac_yypstate *ps, int pushed_char, YYSTYPE const *pushed_val, YYLTYPE *pushed_loc, AmpAcScanner* scanner);
214
221
#else
215
222
int amp_ac_yypush_parse ();
216
223
#endif
221
228
amp_ac_yypstate * amp_ac_yypstate_new ();
222
229
#endif
223
230
#if defined __STDC__ || defined __cplusplus
224
 
void amp_ac_yypstate_delete (amp_ac_yypstate *yyps);
 
231
void amp_ac_yypstate_delete (amp_ac_yypstate *ps);
225
232
#else
226
233
void amp_ac_yypstate_delete ();
227
234
#endif
228
 
#endif
229
235
 
 
236
#endif /* !YY_AMP_AC_YY_AC_PARSER_H_INCLUDED  */