~ubuntu-branches/ubuntu/quantal/aspectc++/quantal

« back to all changes in this revision

Viewing changes to Puma/gen-release/step2/inc/Puma/Syntax.h

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-04-10 17:40:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080410174052-xdnsm7oi8hauyyf1
Tags: 1.0pre4~svn.20080409+dfsg-3
Fix another missing include, this time in Ag++/StdSystem.cc

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef __ac_FIRST__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1__
2
 
#define __ac_FIRST__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1__
3
 
#define __ac_FIRST_FILE__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_inc_Puma_Syntax_h__
 
1
#ifndef __ac_FIRST__var_tmp_aspectc4343_debian_Puma_gen45release_step1__
 
2
#define __ac_FIRST__var_tmp_aspectc4343_debian_Puma_gen45release_step1__
 
3
#define __ac_FIRST_FILE__var_tmp_aspectc4343_debian_Puma_gen45release_step1_inc_Puma_Syntax_h__
4
4
 
5
5
#ifndef __ac_h_
6
6
#define __ac_h_
 
7
#ifdef __cplusplus
7
8
namespace AC {
8
9
  typedef const char* Type;
9
10
  enum JPType { CALL = 0x0004, EXECUTION = 0x0008, CONSTRUCTION = 0x0010, DESTRUCTION = 0x0020 };
18
19
    ~ResultBuffer () { ((T*)_data)->T::~T(); }
19
20
    operator T& () const { return *(T*)_data; }
20
21
  };
 
22
  template <typename T, typename N> struct TL {
 
23
    typedef T type; typedef N next; enum { ARGS = next::ARGS + 1 };
 
24
  };
 
25
  struct TLE { enum { ARGS = 0 }; };
 
26
  template <typename T> struct Referred { typedef T type; };
 
27
  template <typename T> struct Referred<T &> { typedef T type; };
 
28
  template <typename TL, int I> struct Arg {
 
29
    typedef typename Arg<typename TL::next, I - 1>::Type Type;
 
30
    typedef typename Referred<Type>::type ReferredType;
 
31
  };
 
32
  template <typename TL> struct Arg<TL, 0> {
 
33
    typedef typename TL::type Type;
 
34
    typedef typename Referred<Type>::type ReferredType;
 
35
  };
21
36
  template <class Aspect, int Index>
22
37
  struct CFlow {
23
38
    static int &instance () {
31
46
}
32
47
inline void * operator new (__SIZE_TYPE__, AC::AnyResultBuffer *p) { return p; }
33
48
inline void operator delete (void *, AC::AnyResultBuffer *) { } // for VC++
 
49
#endif // __cplusplus
34
50
#endif // __ac_h_
35
 
#endif // __ac_FIRST__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1__
36
 
 
37
 
#line 1 "/local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/inc/Puma/Syntax.h"
38
 
 
39
 
#line 40 "/local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step2/inc/Puma/Syntax.h"
 
51
#endif // __ac_FIRST__var_tmp_aspectc4343_debian_Puma_gen45release_step1__
 
52
 
 
53
#line 1 "/var/tmp/aspectc++/debian/Puma/gen-release/step1/inc/Puma/Syntax.h"
 
54
 
 
55
#line 56 "/var/tmp/aspectc++/debian/Puma/gen-release/step2/inc/Puma/Syntax.h"
 
56
 
 
57
#ifndef __ac_fwd_ExtGnu__
 
58
#define __ac_fwd_ExtGnu__
 
59
class ExtGnu;
 
60
namespace AC {
 
61
  template <class JoinPoint>
 
62
  __attribute((always_inline)) inline void invoke_ExtGnu_ExtGnu_a0_around (JoinPoint *tjp);
 
63
  template <class JoinPoint>
 
64
  __attribute((always_inline)) inline void invoke_ExtGnu_ExtGnu_a1_after (JoinPoint *tjp);
 
65
  template <class JoinPoint>
 
66
  __attribute((always_inline)) inline void invoke_ExtGnu_ExtGnu_a2_after (JoinPoint *tjp);
 
67
  template <class JoinPoint>
 
68
  __attribute((always_inline)) inline void invoke_ExtGnu_ExtGnu_a3_around (JoinPoint *tjp);
 
69
  template <class JoinPoint>
 
70
  __attribute((always_inline)) inline void invoke_ExtGnu_ExtGnu_a4_after (JoinPoint *tjp);
 
71
  template <class JoinPoint>
 
72
  __attribute((always_inline)) inline void invoke_ExtGnu_ExtGnu_a5_after (JoinPoint *tjp);
 
73
  template <class JoinPoint>
 
74
  __attribute((always_inline)) inline void invoke_ExtGnu_ExtGnu_a6_after (JoinPoint *tjp);
 
75
  template <class JoinPoint>
 
76
  __attribute((always_inline)) inline void invoke_ExtGnu_ExtGnu_a7_before (JoinPoint *tjp);
 
77
  template <class JoinPoint>
 
78
  __attribute((always_inline)) inline void invoke_ExtGnu_ExtGnu_a8_after (JoinPoint *tjp);
 
79
  template <class JoinPoint>
 
80
  __attribute((always_inline)) inline void invoke_ExtGnu_ExtGnu_a9_after (JoinPoint *tjp);
 
81
  template <class JoinPoint>
 
82
  __attribute((always_inline)) inline void invoke_ExtGnu_ExtGnu_a10_after (JoinPoint *tjp);
 
83
  template <class JoinPoint>
 
84
  __attribute((always_inline)) inline void invoke_ExtGnu_ExtGnu_a11_after (JoinPoint *tjp);
 
85
  template <class JoinPoint>
 
86
  __attribute((always_inline)) inline void invoke_ExtGnu_ExtGnu_a12_after (JoinPoint *tjp);
 
87
  template <class JoinPoint>
 
88
  __attribute((always_inline)) inline void invoke_ExtGnu_ExtGnu_a13_after (JoinPoint *tjp);
 
89
  template <class JoinPoint>
 
90
  __attribute((always_inline)) inline void invoke_ExtGnu_ExtGnu_a14_before (JoinPoint *tjp);
 
91
  template <class JoinPoint>
 
92
  __attribute((always_inline)) inline void invoke_ExtGnu_ExtGnu_a15_before (JoinPoint *tjp);
 
93
  template <class JoinPoint>
 
94
  __attribute((always_inline)) inline void invoke_ExtGnu_ExtGnu_a16_around (JoinPoint *tjp);
 
95
}
 
96
#endif
 
97
 
 
98
#ifndef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtGnu_ah__
 
99
#define __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtGnu_ah__
 
100
#endif
40
101
 
41
102
#ifndef __ac_fwd_CMatchSyntax__
42
103
#define __ac_fwd_CMatchSyntax__
43
104
class CMatchSyntax;
44
105
namespace AC {
45
106
  template <class JoinPoint>
46
 
  inline void invoke_CMatchSyntax_CMatchSyntax_a0_around (JoinPoint *tjp);
47
 
  template <class JoinPoint>
48
 
  inline void invoke_CMatchSyntax_CMatchSyntax_a1_around (JoinPoint *tjp);
49
 
  template <class JoinPoint>
50
 
  inline void invoke_CMatchSyntax_CMatchSyntax_a2_around (JoinPoint *tjp);
51
 
  template <class JoinPoint>
52
 
  inline void invoke_CMatchSyntax_CMatchSyntax_a3_around (JoinPoint *tjp);
53
 
  template <class JoinPoint>
54
 
  inline void invoke_CMatchSyntax_CMatchSyntax_a4_around (JoinPoint *tjp);
55
 
  template <class JoinPoint>
56
 
  inline void invoke_CMatchSyntax_CMatchSyntax_a5_after (JoinPoint *tjp);
57
 
  template <class JoinPoint>
58
 
  inline void invoke_CMatchSyntax_CMatchSyntax_a6_after (JoinPoint *tjp);
59
 
  template <class JoinPoint>
60
 
  inline void invoke_CMatchSyntax_CMatchSyntax_a7_around (JoinPoint *tjp);
61
 
  template <class JoinPoint>
62
 
  inline void invoke_CMatchSyntax_CMatchSyntax_a8_around (JoinPoint *tjp);
63
 
  template <class JoinPoint>
64
 
  inline void invoke_CMatchSyntax_CMatchSyntax_a9_around (JoinPoint *tjp);
65
 
  template <class JoinPoint>
66
 
  inline void invoke_CMatchSyntax_CMatchSyntax_a10_around (JoinPoint *tjp);
67
 
  template <class JoinPoint>
68
 
  inline void invoke_CMatchSyntax_CMatchSyntax_a11_around (JoinPoint *tjp);
69
 
  template <class JoinPoint>
70
 
  inline void invoke_CMatchSyntax_CMatchSyntax_a12_around (JoinPoint *tjp);
71
 
  template <class JoinPoint>
72
 
  inline void invoke_CMatchSyntax_CMatchSyntax_a13_around (JoinPoint *tjp);
73
 
  template <class JoinPoint>
74
 
  inline void invoke_CMatchSyntax_CMatchSyntax_a14_around (JoinPoint *tjp);
75
 
  template <class JoinPoint>
76
 
  inline void invoke_CMatchSyntax_CMatchSyntax_a15_around (JoinPoint *tjp);
77
 
  template <class JoinPoint>
78
 
  inline void invoke_CMatchSyntax_CMatchSyntax_a16_around (JoinPoint *tjp);
79
 
  template <class JoinPoint>
80
 
  inline void invoke_CMatchSyntax_CMatchSyntax_a17_around (JoinPoint *tjp);
81
 
  template <class JoinPoint>
82
 
  inline void invoke_CMatchSyntax_CMatchSyntax_a18_around (JoinPoint *tjp);
83
 
  template <class JoinPoint>
84
 
  inline void invoke_CMatchSyntax_CMatchSyntax_a19_around (JoinPoint *tjp);
85
 
  template <class JoinPoint>
86
 
  inline void invoke_CMatchSyntax_CMatchSyntax_a20_around (JoinPoint *tjp);
87
 
  template <class JoinPoint>
88
 
  inline void invoke_CMatchSyntax_CMatchSyntax_a21_around (JoinPoint *tjp);
89
 
  template <class JoinPoint>
90
 
  inline void invoke_CMatchSyntax_CMatchSyntax_a22_around (JoinPoint *tjp);
91
 
  template <class JoinPoint>
92
 
  inline void invoke_CMatchSyntax_CMatchSyntax_a23_around (JoinPoint *tjp);
93
 
  template <class JoinPoint>
94
 
  inline void invoke_CMatchSyntax_CMatchSyntax_a24_around (JoinPoint *tjp);
95
 
  template <class JoinPoint, class Binding>
96
 
  inline void invoke_CMatchSyntax_CMatchSyntax_a25_before (JoinPoint *tjp);
97
 
}
98
 
#endif
99
 
 
100
 
#ifndef __ac_need__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_CMatchSyntax_ah__
101
 
#define __ac_need__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_CMatchSyntax_ah__
102
 
#endif
103
 
 
104
 
#ifndef __ac_fwd_ExtGnu__
105
 
#define __ac_fwd_ExtGnu__
106
 
class ExtGnu;
107
 
namespace AC {
108
 
  template <class JoinPoint, class Binding>
109
 
  inline void invoke_ExtGnu_ExtGnu_a0_after (JoinPoint *tjp);
110
 
  template <class JoinPoint, class Binding>
111
 
  inline void invoke_ExtGnu_ExtGnu_a1_around (JoinPoint *tjp);
112
 
  template <class JoinPoint>
113
 
  inline void invoke_ExtGnu_ExtGnu_a2_after (JoinPoint *tjp);
114
 
  template <class JoinPoint>
115
 
  inline void invoke_ExtGnu_ExtGnu_a3_around (JoinPoint *tjp);
116
 
  template <class JoinPoint>
117
 
  inline void invoke_ExtGnu_ExtGnu_a4_after (JoinPoint *tjp);
118
 
  template <class JoinPoint>
119
 
  inline void invoke_ExtGnu_ExtGnu_a5_after (JoinPoint *tjp);
120
 
  template <class JoinPoint>
121
 
  inline void invoke_ExtGnu_ExtGnu_a6_after (JoinPoint *tjp);
122
 
  template <class JoinPoint, class Binding>
123
 
  inline void invoke_ExtGnu_ExtGnu_a7_before (JoinPoint *tjp);
124
 
  template <class JoinPoint, class Binding>
125
 
  inline void invoke_ExtGnu_ExtGnu_a8_after (JoinPoint *tjp);
126
 
  template <class JoinPoint, class Binding>
127
 
  inline void invoke_ExtGnu_ExtGnu_a9_after (JoinPoint *tjp);
128
 
  template <class JoinPoint, class Binding>
129
 
  inline void invoke_ExtGnu_ExtGnu_a10_after (JoinPoint *tjp);
130
 
  template <class JoinPoint, class Binding>
131
 
  inline void invoke_ExtGnu_ExtGnu_a11_after (JoinPoint *tjp);
132
 
  template <class JoinPoint, class Binding>
133
 
  inline void invoke_ExtGnu_ExtGnu_a12_after (JoinPoint *tjp);
134
 
  template <class JoinPoint>
135
 
  inline void invoke_ExtGnu_ExtGnu_a13_after (JoinPoint *tjp);
136
 
  template <class JoinPoint>
137
 
  inline void invoke_ExtGnu_ExtGnu_a14_before (JoinPoint *tjp);
138
 
  template <class JoinPoint, class Binding>
139
 
  inline void invoke_ExtGnu_ExtGnu_a15_before (JoinPoint *tjp);
140
 
}
141
 
#endif
142
 
 
143
 
#ifndef __ac_need__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_ExtGnu_ah__
144
 
#define __ac_need__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_ExtGnu_ah__
145
 
#endif
146
 
 
147
 
#line 1 "/local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/inc/Puma/Syntax.h"
 
107
  __attribute((always_inline)) inline void invoke_CMatchSyntax_CMatchSyntax_a0_around (JoinPoint *tjp);
 
108
  template <class JoinPoint>
 
109
  __attribute((always_inline)) inline void invoke_CMatchSyntax_CMatchSyntax_a1_around (JoinPoint *tjp);
 
110
  template <class JoinPoint>
 
111
  __attribute((always_inline)) inline void invoke_CMatchSyntax_CMatchSyntax_a2_around (JoinPoint *tjp);
 
112
  template <class JoinPoint>
 
113
  __attribute((always_inline)) inline void invoke_CMatchSyntax_CMatchSyntax_a3_around (JoinPoint *tjp);
 
114
  template <class JoinPoint>
 
115
  __attribute((always_inline)) inline void invoke_CMatchSyntax_CMatchSyntax_a4_around (JoinPoint *tjp);
 
116
  template <class JoinPoint>
 
117
  __attribute((always_inline)) inline void invoke_CMatchSyntax_CMatchSyntax_a5_after (JoinPoint *tjp);
 
118
  template <class JoinPoint>
 
119
  __attribute((always_inline)) inline void invoke_CMatchSyntax_CMatchSyntax_a6_after (JoinPoint *tjp);
 
120
  template <class JoinPoint>
 
121
  __attribute((always_inline)) inline void invoke_CMatchSyntax_CMatchSyntax_a7_around (JoinPoint *tjp);
 
122
  template <class JoinPoint>
 
123
  __attribute((always_inline)) inline void invoke_CMatchSyntax_CMatchSyntax_a8_around (JoinPoint *tjp);
 
124
  template <class JoinPoint>
 
125
  __attribute((always_inline)) inline void invoke_CMatchSyntax_CMatchSyntax_a9_around (JoinPoint *tjp);
 
126
  template <class JoinPoint>
 
127
  __attribute((always_inline)) inline void invoke_CMatchSyntax_CMatchSyntax_a10_around (JoinPoint *tjp);
 
128
  template <class JoinPoint>
 
129
  __attribute((always_inline)) inline void invoke_CMatchSyntax_CMatchSyntax_a11_around (JoinPoint *tjp);
 
130
  template <class JoinPoint>
 
131
  __attribute((always_inline)) inline void invoke_CMatchSyntax_CMatchSyntax_a12_around (JoinPoint *tjp);
 
132
  template <class JoinPoint>
 
133
  __attribute((always_inline)) inline void invoke_CMatchSyntax_CMatchSyntax_a13_around (JoinPoint *tjp);
 
134
  template <class JoinPoint>
 
135
  __attribute((always_inline)) inline void invoke_CMatchSyntax_CMatchSyntax_a14_around (JoinPoint *tjp);
 
136
  template <class JoinPoint>
 
137
  __attribute((always_inline)) inline void invoke_CMatchSyntax_CMatchSyntax_a15_around (JoinPoint *tjp);
 
138
  template <class JoinPoint>
 
139
  __attribute((always_inline)) inline void invoke_CMatchSyntax_CMatchSyntax_a16_around (JoinPoint *tjp);
 
140
  template <class JoinPoint>
 
141
  __attribute((always_inline)) inline void invoke_CMatchSyntax_CMatchSyntax_a17_around (JoinPoint *tjp);
 
142
  template <class JoinPoint>
 
143
  __attribute((always_inline)) inline void invoke_CMatchSyntax_CMatchSyntax_a18_around (JoinPoint *tjp);
 
144
  template <class JoinPoint>
 
145
  __attribute((always_inline)) inline void invoke_CMatchSyntax_CMatchSyntax_a19_around (JoinPoint *tjp);
 
146
  template <class JoinPoint>
 
147
  __attribute((always_inline)) inline void invoke_CMatchSyntax_CMatchSyntax_a20_around (JoinPoint *tjp);
 
148
  template <class JoinPoint>
 
149
  __attribute((always_inline)) inline void invoke_CMatchSyntax_CMatchSyntax_a21_around (JoinPoint *tjp);
 
150
  template <class JoinPoint>
 
151
  __attribute((always_inline)) inline void invoke_CMatchSyntax_CMatchSyntax_a22_around (JoinPoint *tjp);
 
152
  template <class JoinPoint>
 
153
  __attribute((always_inline)) inline void invoke_CMatchSyntax_CMatchSyntax_a23_around (JoinPoint *tjp);
 
154
  template <class JoinPoint>
 
155
  __attribute((always_inline)) inline void invoke_CMatchSyntax_CMatchSyntax_a24_around (JoinPoint *tjp);
 
156
  template <class JoinPoint>
 
157
  __attribute((always_inline)) inline void invoke_CMatchSyntax_CMatchSyntax_a25_before (JoinPoint *tjp);
 
158
}
 
159
#endif
 
160
 
 
161
#ifndef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CMatchSyntax_ah__
 
162
#define __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CMatchSyntax_ah__
 
163
#endif
 
164
 
 
165
#line 1 "/var/tmp/aspectc++/debian/Puma/gen-release/step1/inc/Puma/Syntax.h"
148
166
// This file is part of PUMA.
149
167
// Copyright (C) 1999-2003  The PUMA developer team.
150
168
//                                                                
171
189
//#include "Puma/Semantic.h"
172
190
#include "Puma/ErrorSink.h"
173
191
#include "Puma/TokenProvider.h"
174
 
#include "TraceSyntax.ah"
175
192
 
176
193
namespace Puma {
177
194
 
180
197
class CTree;
181
198
 
182
199
 
183
 
#line 184 "/local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step2/inc/Puma/Syntax.h"
 
200
#line 201 "/var/tmp/aspectc++/debian/Puma/gen-release/step2/inc/Puma/Syntax.h"
184
201
} // closed Puma
 
202
class CCExprResolve;
 
203
class CExprResolve;
185
204
class WinIfExists;
186
205
class WinImportHandler;
187
206
class WinMacros;
188
 
class CMatchSyntax;
189
 
class ExtGnu;
 
207
class WinAsm;
 
208
class WinDeclSpecs;
 
209
class WinMemberExplSpec;
 
210
class WinTypeKeywords;
 
211
class WinFriend;
190
212
class ExtAC;
191
213
class ExtACBuilderCoupling;
192
214
class ExtACSyntaxCoupling;
193
215
class ExtACTree;
194
216
class ExtACKeywords;
195
 
class WinAsm;
196
 
class WinDeclSpecs;
197
 
class WinMemberExplSpec;
198
 
class WinTypeKeywords;
 
217
class ExtGnu;
199
218
class PragmaOnceUnitState;
200
219
class PragmaOnce;
201
 
class CCExprResolve;
202
 
class CExprResolve;
 
220
class CMatchSyntax;
203
221
namespace Puma {
204
222
 
205
 
#line 35 "/local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/inc/Puma/Syntax.h"
 
223
#line 34 "/var/tmp/aspectc++/debian/Puma/gen-release/step1/inc/Puma/Syntax.h"
206
224
class Syntax {
207
 
#line 208 "/local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step2/inc/Puma/Syntax.h"
 
225
#line 226 "/var/tmp/aspectc++/debian/Puma/gen-release/step2/inc/Puma/Syntax.h"
 
226
  friend class ::CCExprResolve;
 
227
  friend class ::CExprResolve;
208
228
  friend class ::WinIfExists;
209
229
  friend class ::WinImportHandler;
210
230
  friend class ::WinMacros;
211
 
  friend class ::CMatchSyntax;
212
 
  friend class ::ExtGnu;
 
231
  friend class ::WinAsm;
 
232
  friend class ::WinDeclSpecs;
 
233
  friend class ::WinMemberExplSpec;
 
234
  friend class ::WinTypeKeywords;
 
235
  friend class ::WinFriend;
213
236
  friend class ::ExtAC;
214
237
  friend class ::ExtACBuilderCoupling;
215
238
  friend class ::ExtACSyntaxCoupling;
216
239
  friend class ::ExtACTree;
217
240
  friend class ::ExtACKeywords;
218
 
  friend class ::WinAsm;
219
 
  friend class ::WinDeclSpecs;
220
 
  friend class ::WinMemberExplSpec;
221
 
  friend class ::WinTypeKeywords;
 
241
  friend class ::ExtGnu;
222
242
  friend class ::PragmaOnceUnitState;
223
243
  friend class ::PragmaOnce;
224
 
  friend class ::CCExprResolve;
225
 
  friend class ::CExprResolve;
 
244
  friend class ::CMatchSyntax;
226
245
 
227
 
#line 35 "/local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/inc/Puma/Syntax.h"
 
246
#line 34 "/var/tmp/aspectc++/debian/Puma/gen-release/step1/inc/Puma/Syntax.h"
228
247
 
229
248
  Token *_problem_token;
230
249
  bool _have_error;
237
256
 
238
257
public: 
239
258
  struct State : public TokenProvider::State {
240
 
#line 241 "/local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step2/inc/Puma/Syntax.h"
 
259
#line 260 "/var/tmp/aspectc++/debian/Puma/gen-release/step2/inc/Puma/Syntax.h"
 
260
  friend class ::CCExprResolve;
 
261
  friend class ::CExprResolve;
241
262
  friend class ::WinIfExists;
242
263
  friend class ::WinImportHandler;
243
264
  friend class ::WinMacros;
244
 
  friend class ::CMatchSyntax;
245
 
  friend class ::ExtGnu;
 
265
  friend class ::WinAsm;
 
266
  friend class ::WinDeclSpecs;
 
267
  friend class ::WinMemberExplSpec;
 
268
  friend class ::WinTypeKeywords;
 
269
  friend class ::WinFriend;
246
270
  friend class ::ExtAC;
247
271
  friend class ::ExtACBuilderCoupling;
248
272
  friend class ::ExtACSyntaxCoupling;
249
273
  friend class ::ExtACTree;
250
274
  friend class ::ExtACKeywords;
251
 
  friend class ::WinAsm;
252
 
  friend class ::WinDeclSpecs;
253
 
  friend class ::WinMemberExplSpec;
254
 
  friend class ::WinTypeKeywords;
 
275
  friend class ::ExtGnu;
255
276
  friend class ::PragmaOnceUnitState;
256
277
  friend class ::PragmaOnce;
257
 
  friend class ::CCExprResolve;
258
 
  friend class ::CExprResolve;
 
278
  friend class ::CMatchSyntax;
259
279
 
260
 
#line 46 "/local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/inc/Puma/Syntax.h"
 
280
#line 45 "/var/tmp/aspectc++/debian/Puma/gen-release/step1/inc/Puma/Syntax.h"
261
281
 
262
282
    State () {}
263
283
    State (int) {}
272
292
  CTree *run (TokenProvider &);
273
293
  template <class T> CTree *run (TokenProvider &, CTree *(T::*)());
274
294
  
275
 
#line 276 "/local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step2/inc/Puma/Syntax.h"
276
 
 
277
 
 
278
 
struct TJP__ZN4Puma6Syntax9configureERN4PumaE6Config_0 {
279
 
  typedef void Result;
280
 
  typedef ::Puma::Syntax That;
281
 
  typedef ::Puma::Syntax Target;
 
295
#line 296 "/var/tmp/aspectc++/debian/Puma/gen-release/step2/inc/Puma/Syntax.h"
 
296
 
 
297
 
 
298
template <typename TResult, typename TThat, typename TTarget, typename TArgs> struct TJP__ZN4Puma6Syntax9configureERN4PumaE6Config_0 {
 
299
  typedef TJP__ZN4Puma6Syntax9configureERN4PumaE6Config_0 __TJP;
 
300
  typedef TResult Result;
 
301
  typedef TThat   That;
 
302
  typedef TTarget Target;
 
303
  enum { ARGS = TArgs::ARGS };
 
304
  template <int I> struct Arg : AC::Arg<TArgs, I> {};
282
305
  static const int JPID = 54;
283
306
  static const AC::JPType JPTYPE = (AC::JPType)8;
284
307
  struct Res {
285
 
    typedef void Type;
286
 
    typedef void ReferredType;
287
 
  };
288
 
  enum { ARGS = 1 };
289
 
  template <int I, int DUMMY = 0> struct Arg {
290
 
    typedef void Type;
291
 
    typedef void ReferredType;
292
 
  };
293
 
  template <int DUMMY> struct Arg<0, DUMMY> {
294
 
    typedef ::Puma::Config & Type;
295
 
    typedef ::Puma::Config ReferredType;
 
308
    typedef TResult Type;
 
309
    typedef TResult ReferredType;
296
310
  };
297
311
 
298
 
  void **_args;
 
312
  void *_args[ARGS];
299
313
 
300
314
  inline void *arg (int n) {return _args[n];}
301
315
  template <int I> typename Arg<I>::ReferredType *arg () {
302
316
    return (typename Arg<I>::ReferredType*)arg (I);
303
317
  }
304
318
 
305
 
};
306
 
struct Binding_TJP__ZN4Puma6Syntax9configureERN4PumaE6Config_0_CMatchSyntax_CMatchSyntax_a25_before {
307
 
  typedef TJP__ZN4Puma6Syntax9configureERN4PumaE6Config_0 TJP;
308
 
  template <int I, int DUMMY = 0> struct Arg {
309
 
    void val (TJP *tjp) {} // for VC7
310
 
  };
311
 
  template <int DUMMY> struct Arg<0, DUMMY> {
312
 
    static TJP::Arg<0>::ReferredType &val (TJP *tjp) { return *tjp->template arg<0> (); }
313
 
  };
314
 
};
315
 
struct Binding_TJP__ZN4Puma6Syntax9configureERN4PumaE6Config_0_ExtGnu_ExtGnu_a15_before {
316
 
  typedef TJP__ZN4Puma6Syntax9configureERN4PumaE6Config_0 TJP;
317
 
  template <int I, int DUMMY = 0> struct Arg {
318
 
    void val (TJP *tjp) {} // for VC7
319
 
  };
320
 
  template <int DUMMY> struct Arg<0, DUMMY> {
321
 
    static TJP::Arg<0>::ReferredType &val (TJP *tjp) { return *tjp->template arg<0> (); }
322
 
  };
323
 
};
324
 
 
325
 
 
326
 
#line 59 "/local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/inc/Puma/Syntax.h"
 
319
struct Binding_CMatchSyntax_CMatchSyntax_a25_before {
 
320
  typedef __TJP TJP;
 
321
  template <int I, int DUMMY = 0> struct Arg {
 
322
    void val (TJP *tjp) {} // for VC7
 
323
  };
 
324
  template <int DUMMY> struct Arg<0, DUMMY> {
 
325
    static typename TJP::template Arg<0>::ReferredType &val (TJP *tjp) { return *tjp->template arg<0> (); }
 
326
  };
 
327
};
 
328
struct Binding_ExtGnu_ExtGnu_a15_before {
 
329
  typedef __TJP TJP;
 
330
  template <int I, int DUMMY = 0> struct Arg {
 
331
    void val (TJP *tjp) {} // for VC7
 
332
  };
 
333
  template <int DUMMY> struct Arg<0, DUMMY> {
 
334
    static typename TJP::template Arg<0>::ReferredType &val (TJP *tjp) { return *tjp->template arg<0> (); }
 
335
  };
 
336
};
 
337
};
 
338
 
 
339
 
 
340
#line 58 "/var/tmp/aspectc++/debian/Puma/gen-release/step1/inc/Puma/Syntax.h"
327
341
virtual void configure (Config & arg0) 
328
 
#line 329 "/local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step2/inc/Puma/Syntax.h"
 
342
#line 343 "/var/tmp/aspectc++/debian/Puma/gen-release/step2/inc/Puma/Syntax.h"
329
343
{
330
 
  void *args__ZN4Puma6Syntax9configureERN4PumaE6Config[] = { (void*)&arg0 };
331
 
  TJP__ZN4Puma6Syntax9configureERN4PumaE6Config_0 tjp;
332
 
  tjp._args = args__ZN4Puma6Syntax9configureERN4PumaE6Config;
333
 
  AC::invoke_CMatchSyntax_CMatchSyntax_a25_before<TJP__ZN4Puma6Syntax9configureERN4PumaE6Config_0, Binding_TJP__ZN4Puma6Syntax9configureERN4PumaE6Config_0_CMatchSyntax_CMatchSyntax_a25_before> (&tjp);
334
 
  AC::invoke_ExtGnu_ExtGnu_a15_before<TJP__ZN4Puma6Syntax9configureERN4PumaE6Config_0, Binding_TJP__ZN4Puma6Syntax9configureERN4PumaE6Config_0_ExtGnu_ExtGnu_a15_before> (&tjp);
335
 
this->__exec_old_configure(arg0);
336
 
 
 
344
  typedef TJP__ZN4Puma6Syntax9configureERN4PumaE6Config_0< void, ::Puma::Syntax , ::Puma::Syntax ,  AC::TL< ::Puma::Config & , AC::TLE > > __TJP;
 
345
    __TJP tjp;
 
346
  tjp._args[0] = (void*)&arg0;
 
347
  AC::invoke_CMatchSyntax_CMatchSyntax_a25_before<__TJP> (&tjp);
 
348
  AC::invoke_ExtGnu_ExtGnu_a15_before<__TJP> (&tjp);
 
349
    this->__exec_old_configure(arg0);
 
350
  
337
351
}
338
 
inline void __exec_old_configure(::Puma::Config & )
339
 
#line 59 "/local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/inc/Puma/Syntax.h"
 
352
__attribute__((always_inline)) inline void __exec_old_configure(::Puma::Config & )
 
353
#line 58 "/var/tmp/aspectc++/debian/Puma/gen-release/step1/inc/Puma/Syntax.h"
340
354
{}
341
355
  TokenProvider *provider () const { return token_provider; }
342
356
  Token *problem () const;
546
560
 
547
561
#endif /* __Syntax_h__ */
548
562
 
549
 
#line 550 "/local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step2/inc/Puma/Syntax.h"
 
563
#line 564 "/var/tmp/aspectc++/debian/Puma/gen-release/step2/inc/Puma/Syntax.h"
550
564
 
551
 
#ifdef __ac_FIRST_FILE__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_inc_Puma_Syntax_h__
552
 
/*** begin of aspect includes ***/
553
 
#if !defined(__ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_WinIfExists_ah__) && defined(__ac_need__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_WinIfExists_ah__)
554
 
#define __ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_WinIfExists_ah__
 
565
#ifdef __ac_FIRST_FILE__var_tmp_aspectc4343_debian_Puma_gen45release_step1_inc_Puma_Syntax_h__
 
566
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CCExprResolveCC_ah__
 
567
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CCExprResolveCC_ah__
 
568
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CCExprResolveCC_ah__
 
569
#include "CCExprResolveCC.ah"
 
570
#endif
 
571
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
572
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
573
#include "ExtACTree.ah"
 
574
#endif
 
575
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtGnu_ah__
 
576
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtGnu_ah__
 
577
#include "ExtGnu.ah"
 
578
#endif
 
579
#endif
 
580
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CCExprResolveH_ah__
 
581
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CCExprResolveH_ah__
 
582
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CCExprResolveH_ah__
 
583
#include "CCExprResolveH.ah"
 
584
#endif
 
585
#endif
 
586
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CExprResolveCC_ah__
 
587
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CExprResolveCC_ah__
 
588
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CExprResolveCC_ah__
 
589
#include "CExprResolveCC.ah"
 
590
#endif
 
591
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
592
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
593
#include "ExtACTree.ah"
 
594
#endif
 
595
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtGnu_ah__
 
596
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtGnu_ah__
 
597
#include "ExtGnu.ah"
 
598
#endif
 
599
#endif
 
600
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CExprResolveH_ah__
 
601
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CExprResolveH_ah__
 
602
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CExprResolveH_ah__
 
603
#include "CExprResolveH.ah"
 
604
#endif
 
605
#endif
 
606
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinIfExists_ah__
 
607
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinIfExists_ah__
 
608
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinIfExists_ah__
555
609
#include "WinIfExists.ah"
556
610
#endif
557
 
#if !defined(__ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_WinImportHandler_ah__) && defined(__ac_need__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_WinImportHandler_ah__)
558
 
#define __ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_WinImportHandler_ah__
 
611
#endif
 
612
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinImportHandler_ah__
 
613
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinImportHandler_ah__
 
614
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinImportHandler_ah__
559
615
#include "WinImportHandler.ah"
560
616
#endif
561
 
#if !defined(__ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_WinMacros_ah__) && defined(__ac_need__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_WinMacros_ah__)
562
 
#define __ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_WinMacros_ah__
 
617
#endif
 
618
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinMacros_ah__
 
619
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinMacros_ah__
 
620
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinMacros_ah__
563
621
#include "WinMacros.ah"
564
622
#endif
565
 
#if !defined(__ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_CMatchSyntax_ah__) && defined(__ac_need__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_CMatchSyntax_ah__)
566
 
#define __ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_CMatchSyntax_ah__
567
 
#include "CMatchSyntax.ah"
568
 
#endif
569
 
#if !defined(__ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_ExtGnu_ah__) && defined(__ac_need__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_ExtGnu_ah__)
570
 
#define __ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_ExtGnu_ah__
571
 
#include "ExtGnu.ah"
572
 
#endif
573
 
#if !defined(__ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_ExtAC_ah__) && defined(__ac_need__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_ExtAC_ah__)
574
 
#define __ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_ExtAC_ah__
 
623
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
 
624
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
 
625
#include "PragmaOnceUnitState.ah"
 
626
#endif
 
627
#endif
 
628
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinAsm_ah__
 
629
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinAsm_ah__
 
630
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinAsm_ah__
 
631
#include "WinAsm.ah"
 
632
#endif
 
633
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
634
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
635
#include "ExtACTree.ah"
 
636
#endif
 
637
#endif
 
638
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinDeclSpecs_ah__
 
639
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinDeclSpecs_ah__
 
640
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinDeclSpecs_ah__
 
641
#include "WinDeclSpecs.ah"
 
642
#endif
 
643
#endif
 
644
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinMemberExplSpec_ah__
 
645
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinMemberExplSpec_ah__
 
646
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinMemberExplSpec_ah__
 
647
#include "WinMemberExplSpec.ah"
 
648
#endif
 
649
#endif
 
650
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinTypeKeywords_ah__
 
651
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinTypeKeywords_ah__
 
652
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinTypeKeywords_ah__
 
653
#include "WinTypeKeywords.ah"
 
654
#endif
 
655
#endif
 
656
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinFriend_ah__
 
657
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinFriend_ah__
 
658
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinFriend_ah__
 
659
#include "WinFriend.ah"
 
660
#endif
 
661
#endif
 
662
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtAC_ah__
 
663
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtAC_ah__
 
664
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtAC_ah__
575
665
#include "ExtAC.ah"
576
666
#endif
577
 
#if !defined(__ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_ExtACBuilderH_ah__) && defined(__ac_need__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_ExtACBuilderH_ah__)
578
 
#define __ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_ExtACBuilderH_ah__
 
667
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
668
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
669
#include "ExtACTree.ah"
 
670
#endif
 
671
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACKeywords_ah__
 
672
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACKeywords_ah__
 
673
#include "ExtACKeywords.ah"
 
674
#endif
 
675
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtGnu_ah__
 
676
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtGnu_ah__
 
677
#include "ExtGnu.ah"
 
678
#endif
 
679
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
 
680
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
 
681
#include "PragmaOnceUnitState.ah"
 
682
#endif
 
683
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CMatchSyntax_ah__
 
684
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CMatchSyntax_ah__
 
685
#include "CMatchSyntax.ah"
 
686
#endif
 
687
#endif
 
688
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACBuilderH_ah__
 
689
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACBuilderH_ah__
 
690
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACBuilderH_ah__
579
691
#include "ExtACBuilderH.ah"
580
692
#endif
581
 
#if !defined(__ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_ExtACBuilderCC_ah__) && defined(__ac_need__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_ExtACBuilderCC_ah__)
582
 
#define __ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_ExtACBuilderCC_ah__
 
693
#endif
 
694
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACBuilderCC_ah__
 
695
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACBuilderCC_ah__
 
696
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACBuilderCC_ah__
583
697
#include "ExtACBuilderCC.ah"
584
698
#endif
585
 
#if !defined(__ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_ExtACSyntaxH_ah__) && defined(__ac_need__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_ExtACSyntaxH_ah__)
586
 
#define __ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_ExtACSyntaxH_ah__
 
699
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
700
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
701
#include "ExtACTree.ah"
 
702
#endif
 
703
#endif
 
704
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACSyntaxH_ah__
 
705
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACSyntaxH_ah__
 
706
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACSyntaxH_ah__
587
707
#include "ExtACSyntaxH.ah"
588
708
#endif
589
 
#if !defined(__ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_ExtACSyntaxCC_ah__) && defined(__ac_need__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_ExtACSyntaxCC_ah__)
590
 
#define __ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_ExtACSyntaxCC_ah__
 
709
#endif
 
710
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACSyntaxCC_ah__
 
711
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACSyntaxCC_ah__
 
712
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACSyntaxCC_ah__
591
713
#include "ExtACSyntaxCC.ah"
592
714
#endif
593
 
#if !defined(__ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_ExtACTree_ah__) && defined(__ac_need__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_ExtACTree_ah__)
594
 
#define __ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
715
#endif
 
716
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
717
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
718
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
595
719
#include "ExtACTree.ah"
596
720
#endif
597
 
#if !defined(__ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_ExtACKeywords_ah__) && defined(__ac_need__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_ExtACKeywords_ah__)
598
 
#define __ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_ExtACKeywords_ah__
 
721
#endif
 
722
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACKeywords_ah__
 
723
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACKeywords_ah__
 
724
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACKeywords_ah__
599
725
#include "ExtACKeywords.ah"
600
726
#endif
601
 
#if !defined(__ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_TraceSyntax_ah__) && defined(__ac_need__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_TraceSyntax_ah__)
602
 
#define __ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_TraceSyntax_ah__
603
 
#include "TraceSyntax.ah"
604
 
#endif
605
 
#if !defined(__ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_WinAsm_ah__) && defined(__ac_need__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_WinAsm_ah__)
606
 
#define __ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_WinAsm_ah__
607
 
#include "WinAsm.ah"
608
 
#endif
609
 
#if !defined(__ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_WinDeclSpecs_ah__) && defined(__ac_need__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_WinDeclSpecs_ah__)
610
 
#define __ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_WinDeclSpecs_ah__
611
 
#include "WinDeclSpecs.ah"
612
 
#endif
613
 
#if !defined(__ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_WinMemberExplSpec_ah__) && defined(__ac_need__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_WinMemberExplSpec_ah__)
614
 
#define __ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_WinMemberExplSpec_ah__
615
 
#include "WinMemberExplSpec.ah"
616
 
#endif
617
 
#if !defined(__ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_WinTypeKeywords_ah__) && defined(__ac_need__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_WinTypeKeywords_ah__)
618
 
#define __ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_WinTypeKeywords_ah__
619
 
#include "WinTypeKeywords.ah"
620
 
#endif
621
 
#if !defined(__ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__) && defined(__ac_need__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__)
622
 
#define __ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
623
 
#include "PragmaOnceUnitState.ah"
624
 
#endif
625
 
#if !defined(__ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_PragmaOnce_ah__) && defined(__ac_need__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_PragmaOnce_ah__)
626
 
#define __ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_PragmaOnce_ah__
 
727
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
 
728
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
 
729
#include "PragmaOnceUnitState.ah"
 
730
#endif
 
731
#endif
 
732
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtGnu_ah__
 
733
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
734
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
735
#include "ExtACTree.ah"
 
736
#endif
 
737
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtGnu_ah__
 
738
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtGnu_ah__
 
739
#include "ExtGnu.ah"
 
740
#endif
 
741
#endif
 
742
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtGnuCSemDeclSpecs_ah__
 
743
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
744
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
745
#include "ExtACTree.ah"
 
746
#endif
 
747
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtGnuCSemDeclSpecs_ah__
 
748
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtGnuCSemDeclSpecs_ah__
 
749
#include "ExtGnuCSemDeclSpecs.ah"
 
750
#endif
 
751
#endif
 
752
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
 
753
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
 
754
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
 
755
#include "PragmaOnceUnitState.ah"
 
756
#endif
 
757
#endif
 
758
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnce_ah__
 
759
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
 
760
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
 
761
#include "PragmaOnceUnitState.ah"
 
762
#endif
 
763
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnce_ah__
 
764
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnce_ah__
627
765
#include "PragmaOnce.ah"
628
766
#endif
629
 
#if !defined(__ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_CCExprResolveH_ah__) && defined(__ac_need__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_CCExprResolveH_ah__)
630
 
#define __ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_CCExprResolveH_ah__
631
 
#include "CCExprResolveH.ah"
632
 
#endif
633
 
#if !defined(__ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_CCExprResolveCC_ah__) && defined(__ac_need__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_CCExprResolveCC_ah__)
634
 
#define __ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_CCExprResolveCC_ah__
635
 
#include "CCExprResolveCC.ah"
636
 
#endif
637
 
#if !defined(__ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_CExprResolveH_ah__) && defined(__ac_need__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_CExprResolveH_ah__)
638
 
#define __ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_CExprResolveH_ah__
639
 
#include "CExprResolveH.ah"
640
 
#endif
641
 
#if !defined(__ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_CExprResolveCC_ah__) && defined(__ac_need__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_CExprResolveCC_ah__)
642
 
#define __ac_have__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_aspects_CExprResolveCC_ah__
643
 
#include "CExprResolveCC.ah"
644
 
#endif
645
 
/*** end of aspect includes ***/
646
 
#undef __ac_FIRST__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1__
647
 
#undef __ac_FIRST_FILE__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_inc_Puma_Syntax_h__
648
 
#endif // __ac_FIRST_FILE__local_scratch_packages_aspectc4343_ac45woven451_0pre3_Puma_gen45release_step1_inc_Puma_Syntax_h__
 
767
#endif
 
768
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_TraceSyntax_ah__
 
769
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_TraceSyntax_ah__
 
770
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_TraceSyntax_ah__
 
771
#include "TraceSyntax.ah"
 
772
#endif
 
773
#endif
 
774
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CMatchSyntax_ah__
 
775
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CMatchSyntax_ah__
 
776
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CMatchSyntax_ah__
 
777
#include "CMatchSyntax.ah"
 
778
#endif
 
779
#endif
 
780
#undef __ac_FIRST__var_tmp_aspectc4343_debian_Puma_gen45release_step1__
 
781
#undef __ac_FIRST_FILE__var_tmp_aspectc4343_debian_Puma_gen45release_step1_inc_Puma_Syntax_h__
 
782
#endif // __ac_FIRST_FILE__var_tmp_aspectc4343_debian_Puma_gen45release_step1_inc_Puma_Syntax_h__