~ubuntu-branches/ubuntu/jaunty/aspectc++/jaunty

« back to all changes in this revision

Viewing changes to Puma/include/Puma/CClassDatabase.h

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-07-07 14:41:02 UTC
  • mfrom: (1.1.3 upstream) (6.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080707144102-lzml7t07f3sl00r5
Tags: 1.0pre4~svn.20080711-1
* new upstream snapshot.
* include all upstream documentation. Clarifying emails regarding
  licensing has been included into debian/copyright.
* reformat description following recomendations of
  http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Description
  (Closes: #480316)

Show diffs side-by-side

added added

removed removed

Lines of Context:
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_CClassDatabase_h__
 
1
#ifndef __ac_FIRST__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1__
 
2
#define __ac_FIRST__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1__
 
3
#define __ac_FIRST_FILE__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_inc_Puma_CClassDatabase_h__
4
4
 
5
5
#ifndef __ac_h_
6
6
#define __ac_h_
33
33
    typedef typename TL::type Type;
34
34
    typedef typename Referred<Type>::type ReferredType;
35
35
  };
 
36
  template <typename T> int ttest(...);
 
37
  template <typename T> char ttest(typename T::__AttrTypes const volatile *);
 
38
  template<typename T> struct HasTypeInfo {
 
39
    enum { RET=((sizeof(ttest<T>(0))==1)?1:0) };
 
40
  };
 
41
  template<typename T, int HAVE = HasTypeInfo<T>::RET> struct TypeInfo {
 
42
    enum { AVAILABLE = 0 };
 
43
  };
 
44
  template<typename T> struct TypeInfo<T, 1> {
 
45
    enum { AVAILABLE = 1 };
 
46
    enum { ELEMENTS = T::__AttrTypes::ARGS };
 
47
    template<int I>
 
48
    struct Member : public AC::Arg<typename T::__AttrTypes,I> {};
 
49
    template<int I>
 
50
    static typename Member<I>::ReferredType* member (T* obj) {
 
51
      return (typename Member<I>::ReferredType*)obj->__attr (I);
 
52
    }
 
53
    static const char *member_name (T &obj, int i) {
 
54
      return obj.__attr_name (i);
 
55
    }
 
56
         };
36
57
  template <class Aspect, int Index>
37
58
  struct CFlow {
38
59
    static int &instance () {
48
69
inline void operator delete (void *, AC::AnyResultBuffer *) { } // for VC++
49
70
#endif // __cplusplus
50
71
#endif // __ac_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/CClassDatabase.h"
54
 
 
55
 
#line 56 "/var/tmp/aspectc++/debian/Puma/gen-release/step2/inc/Puma/CClassDatabase.h"
56
 
 
57
 
#ifndef __ac_fwd_ExtAC__
58
 
#define __ac_fwd_ExtAC__
59
 
class ExtAC;
60
 
namespace AC {
61
 
  template <class JoinPoint>
62
 
  __attribute((always_inline)) inline void invoke_ExtAC_ExtAC_a0_before (JoinPoint *tjp);
63
 
  template <class JoinPoint>
64
 
  __attribute((always_inline)) inline void invoke_ExtAC_ExtAC_a1_after (JoinPoint *tjp);
65
 
  template <class JoinPoint>
66
 
  __attribute((always_inline)) inline void invoke_ExtAC_ExtAC_a2_around (JoinPoint *tjp);
67
 
  template <class JoinPoint>
68
 
  __attribute((always_inline)) inline void invoke_ExtAC_ExtAC_a3_around (JoinPoint *tjp);
69
 
  template <class JoinPoint>
70
 
  __attribute((always_inline)) inline void invoke_ExtAC_ExtAC_a4_after (JoinPoint *tjp);
71
 
  template <class JoinPoint>
72
 
  __attribute((always_inline)) inline void invoke_ExtAC_ExtAC_a5_around (JoinPoint *tjp);
73
 
  template <class JoinPoint>
74
 
  __attribute((always_inline)) inline void invoke_ExtAC_ExtAC_a6_after (JoinPoint *tjp);
75
 
  template <class JoinPoint>
76
 
  __attribute((always_inline)) inline void invoke_ExtAC_ExtAC_a7_around (JoinPoint *tjp);
77
 
  template <class JoinPoint>
78
 
  __attribute((always_inline)) inline void invoke_ExtAC_ExtAC_a8_after (JoinPoint *tjp);
79
 
  template <class JoinPoint>
80
 
  __attribute((always_inline)) inline void invoke_ExtAC_ExtAC_a9_before (JoinPoint *tjp);
81
 
  template <class JoinPoint>
82
 
  __attribute((always_inline)) inline void invoke_ExtAC_ExtAC_a10_after (JoinPoint *tjp);
83
 
  template <class JoinPoint>
84
 
  __attribute((always_inline)) inline void invoke_ExtAC_ExtAC_a11_after (JoinPoint *tjp);
85
 
}
86
 
#endif
87
 
 
88
 
#ifndef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtAC_ah__
89
 
#define __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtAC_ah__
90
 
#endif
91
 
 
92
 
#line 1 "/var/tmp/aspectc++/debian/Puma/gen-release/step1/inc/Puma/CClassDatabase.h"
 
72
#endif // __ac_FIRST__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1__
 
73
 
 
74
#line 1 "/home/inf4/tartler/src/aspectc++/upstream/Puma/gen-release/step1/inc/Puma/CClassDatabase.h"
93
75
// This file is part of PUMA.
94
76
// Copyright (C) 1999-2003  The PUMA developer team.
95
77
//                                                                
111
93
#ifndef __CClassDatabase_h__
112
94
#define __CClassDatabase_h__
113
95
 
114
 
#include "Puma/CScopeInfo.h"
115
 
#include "Puma/CProject.h"
116
 
#include <iostream>
117
 
#include <map>
118
 
using namespace std;
119
 
 
120
 
namespace Puma {
121
 
 
122
 
 
123
 
class CObjectInfo;
124
 
class CClassInfo;
125
 
class CUnionInfo;
126
 
class CEnumInfo;
127
 
class CTypedefInfo;
128
 
class CTemplateParamInfo;
129
 
class CTypeInfo;
130
 
class CFileInfo;
131
 
class Token;
132
 
 
133
96
/** \file 
134
 
 *  Database of all semantic objects (infos) of a project. 
135
 
 *  \see Puma::CClassDatabase */
136
 
 
137
 
/** \class CClassDatabase CClassDatabase.h Puma/infos/CClassDatabase.h
138
 
 *  A CClassDatabase object is a database of all semantic objects
139
 
 *  (infos) of a project. */
140
 
 
141
 
#line 142 "/var/tmp/aspectc++/debian/Puma/gen-release/step2/inc/Puma/CClassDatabase.h"
142
 
} // closed Puma
143
 
class CCExprResolve;
144
 
class CExprResolve;
145
 
class WinIfExists;
146
 
class WinImportHandler;
147
 
class WinMacros;
148
 
class WinAsm;
149
 
class WinDeclSpecs;
150
 
class WinMemberExplSpec;
151
 
class WinTypeKeywords;
152
 
class WinFriend;
153
 
class ExtAC;
154
 
class ExtACBuilderCoupling;
155
 
class ExtACSyntaxCoupling;
156
 
class ExtACTree;
157
 
class ExtACKeywords;
158
 
class ExtGnu;
159
 
class PragmaOnceUnitState;
160
 
class PragmaOnce;
161
 
class CMatchSyntax;
162
 
namespace Puma {
163
 
 
164
 
#line 48 "/var/tmp/aspectc++/debian/Puma/gen-release/step1/inc/Puma/CClassDatabase.h"
165
 
 
166
 
#line 167 "/var/tmp/aspectc++/debian/Puma/gen-release/step2/inc/Puma/CClassDatabase.h"
167
 
} // closed Puma
168
 
 
169
 
#ifndef __ac_guard__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtAC_ah__
170
 
#define __ac_guard__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtAC_ah__
171
 
#include "ExtAC.ah"
172
 
#endif
173
 
namespace Puma {
174
 
 
175
 
#line 48 "/var/tmp/aspectc++/debian/Puma/gen-release/step1/inc/Puma/CClassDatabase.h"
176
 
class CClassDatabase : public Puma :: ACClassDatabase 
177
 
#line 48 "/var/tmp/aspectc++/debian/Puma/gen-release/step1/inc/Puma/CClassDatabase.h"
178
 
{
179
 
#line 180 "/var/tmp/aspectc++/debian/Puma/gen-release/step2/inc/Puma/CClassDatabase.h"
180
 
  friend class ::CCExprResolve;
181
 
  friend class ::CExprResolve;
182
 
  friend class ::WinIfExists;
183
 
  friend class ::WinImportHandler;
184
 
  friend class ::WinMacros;
185
 
  friend class ::WinAsm;
186
 
  friend class ::WinDeclSpecs;
187
 
  friend class ::WinMemberExplSpec;
188
 
  friend class ::WinTypeKeywords;
189
 
  friend class ::WinFriend;
190
 
  friend class ::ExtAC;
191
 
  friend class ::ExtACBuilderCoupling;
192
 
  friend class ::ExtACSyntaxCoupling;
193
 
  friend class ::ExtACTree;
194
 
  friend class ::ExtACKeywords;
195
 
  friend class ::ExtGnu;
196
 
  friend class ::PragmaOnceUnitState;
197
 
  friend class ::PragmaOnce;
198
 
  friend class ::CMatchSyntax;
199
 
 
200
 
#line 48 "/var/tmp/aspectc++/debian/Puma/gen-release/step1/inc/Puma/CClassDatabase.h"
201
 
 
202
 
  
203
 
  Array<CObjectInfo*> _Classes;    // index of classes
204
 
  Array<CObjectInfo*> _Unions;     // index of unions
205
 
  Array<CObjectInfo*> _Enums;      // index of enums
206
 
  Array<CObjectInfo*> _Typedefs;   // index of typedefs
207
 
  Array<CObjectInfo*> _Functions;  // index of functions
208
 
  Array<CObjectInfo*> _Files;      // index of files
209
 
 
210
 
  CProject *_Project; // associated project
211
 
  
212
 
  multimap<int,CFunctionInfo*> _builtin_ops; // map for built-in operator lookup
213
 
 
214
 
public:
215
 
  /** Construct a class database object.
216
 
   *  \param prj The corresponding project.
217
 
   *  \param size Not used. */
218
 
  CClassDatabase (CProject &prj, int size = 997);
219
 
  /** Destruct the class database. Also destroys all infos
220
 
   *  in the database. */
221
 
  virtual ~CClassDatabase ();
222
 
 
223
 
  // access to the database entries /////////////////////////////
224
 
  
225
 
  /** Get the number of semantic object infos. */
226
 
  unsigned ObjectInfos () const;
227
 
  /** Get the number of class infos. */
228
 
  unsigned ClassInfos () const;
229
 
  /** Get the number of union infos. */
230
 
  unsigned UnionInfos () const;
231
 
  /** Get the number of enumeration infos. */
232
 
  unsigned EnumInfos () const;
233
 
  /** Get the number of typedef infos. */
234
 
  unsigned TypedefInfos () const;
235
 
  /** Get the number of function infos. */
236
 
  unsigned FunctionInfos () const;
237
 
  /** Get the number of on-demand generated built-in operator functions. */
238
 
  unsigned FileInfos () const;
239
 
  /** Get the n-th semantic object info.
240
 
   *  \param n The number of the info.
241
 
   *  \return The info or \c NULL if \e n is invalid. */
242
 
  CObjectInfo *ObjectInfo (unsigned n) const;
243
 
  /** Get the n-th class info.
244
 
   *  \param n The number of the info.
245
 
   *  \return The info or \c NULL if \e n is invalid. */
246
 
  CClassInfo *ClassInfo (unsigned n) const;
247
 
  /** Get the n-th union info.
248
 
   *  \param n The number of the info.
249
 
   *  \return The info or \c NULL if \e n is invalid. */
250
 
  CUnionInfo *UnionInfo (unsigned n) const;
251
 
  /** Get the n-th enumeration info.
252
 
   *  \param n The number of the info.
253
 
   *  \return The info or \c NULL if \e n is invalid. */
254
 
  CEnumInfo *EnumInfo (unsigned n) const;
255
 
  /** Get the n-th typedef info.
256
 
   *  \param n The number of the info.
257
 
   *  \return The info or \c NULL if \e n is invalid. */
258
 
  CTypedefInfo *TypedefInfo (unsigned n) const;
259
 
  /** Get the n-th function info.
260
 
   *  \param n The number of the info.
261
 
   *  \return The info or \c NULL if \e n is invalid. */
262
 
  CFunctionInfo *FunctionInfo (unsigned n) const;
263
 
  /** Get the n-th on-demand generated built-in operator info.
264
 
   *  \param n The number of the info.
265
 
   *  \return The info or \c NULL if \e n is invalid. */
266
 
  CFileInfo *FileInfo (unsigned n) const;
267
 
 
268
 
  /** Get the semantic object info identified by the given
269
 
   *  source code position. 
270
 
   *  \param pos The position in the source code. 
271
 
   *  \return The info or \c NULL if the info could not be identified. */
272
 
  CObjectInfo *ObjectInfo (Token *pos) const; 
273
 
  /** Get the semantic object info identified by the given
274
 
   *  source code position.
275
 
   *  \param pos The position in the source code. 
276
 
   *  \return The info or \c NULL if the info could not be identified. */
277
 
  CObjectInfo *ObjectInfo (CT_Token *pos) const; 
278
 
 
279
 
public:
280
 
  // Administration /////////////////////////////////////////////
281
 
  
282
 
  /** Insert a new semantic object into the database.
283
 
   *  \param info The semantic object info to insert. */
284
 
  void Insert (CObjectInfo *info);
285
 
  /** Remove the given semantic object from the database.
286
 
   *  \param info The semantic object info to remove. */
287
 
  void Remove (CObjectInfo *info);
288
 
  /** Get a function info object for a built-in operator.
289
 
   *  \param name Operator name.
290
 
   *  \param tok Operator token type, used as a key for fast lookup.
291
 
   *  \param rtype result type of the operator. Not used for lookup,
292
 
   *         only for object creation.
293
 
   *  \param t0 first argument type.
294
 
   *  \param t1 second argument type or \c NULL.
295
 
   *  \return on-demand generated operator function object. */
296
 
  CFunctionInfo *BuiltinOperator (const char *name, int tok, CTypeInfo *rtype,
297
 
    CTypeInfo *t0, CTypeInfo *t1);
298
 
  /** Dump the contents of the database. The dump is indented as
299
 
   *  tree corresponding to the nesting of the semantic objects.
300
 
   *  \param out The output stream to dump to.
301
 
   *  \param depth The max. depth in the tree to be dumped. */
302
 
  
303
 
#line 304 "/var/tmp/aspectc++/debian/Puma/gen-release/step2/inc/Puma/CClassDatabase.h"
304
 
public: __attribute__((always_inline)) inline void __exec_old_Dump(::std::ostream & out,int depth) const;
305
 
 
306
 
#line 149 "/var/tmp/aspectc++/debian/Puma/gen-release/step1/inc/Puma/CClassDatabase.h"
307
 
void Dump (ostream &out, int depth = 0) const;
308
 
 
309
 
  /** Get the project info delivered to the constructor of the database. */
310
 
  CProject *Project () const;
311
 
 
312
 
private:
313
 
  void CreateParameter (CFunctionInfo *fi, CTypeInfo *type) const;
314
 
 
315
 
  void Dump (ostream &, CStructure *, int, int) const;
316
 
  void DumpType (ostream &, CObjectInfo *, int) const;
317
 
  void DumpUsing (ostream &, CUsingInfo *, int) const;
318
 
  void DumpFunction (ostream &, CFunctionInfo *, int, int) const;
319
 
  void DumpAttribute (ostream &, CAttributeInfo *, int) const;
320
 
  void DumpNamespace (ostream &, CNamespaceInfo *, int) const;
321
 
  void DumpQualities (ostream &, CObjectInfo *) const;
322
 
  void DumpScopeName (ostream &, CStructure *) const;
323
 
  void DumpLocalScope (ostream &, CObjectInfo *, int) const;
324
 
  void DumpTemplateParam (ostream &, CTemplateParamInfo *, int) const;
325
 
  void indent (ostream &, int) const;
326
 
 
327
 
//  unsigned Infos (const char *, unsigned) const;
328
 
//  CObjectInfo *Info (const char *, unsigned, unsigned) const;
329
 
};
330
 
 
331
 
inline CClassDatabase::CClassDatabase (CProject &p, int size) :
332
 
  _Project (&p)
333
 
 {}
334
 
 
335
 
inline unsigned CClassDatabase::ObjectInfos () const
336
 
 { return ClassInfos () + UnionInfos () + EnumInfos () + 
337
 
          TypedefInfos () + FunctionInfos () + FileInfos (); }
338
 
inline unsigned CClassDatabase::ClassInfos () const
339
 
 { return _Classes.length (); }
340
 
inline unsigned CClassDatabase::UnionInfos () const
341
 
 { return _Unions.length (); }
342
 
inline unsigned CClassDatabase::EnumInfos () const
343
 
 { return _Enums.length (); }
344
 
inline unsigned CClassDatabase::TypedefInfos () const
345
 
 { return _Typedefs.length (); }
346
 
inline unsigned CClassDatabase::FunctionInfos () const
347
 
 { return _Functions.length (); }
348
 
inline unsigned CClassDatabase::FileInfos () const
349
 
 { return _Files.length (); }
350
 
 
351
 
inline CClassInfo *CClassDatabase::ClassInfo (unsigned i) const
352
 
 { return (CClassInfo*)_Classes.lookup (i); }
353
 
inline CUnionInfo *CClassDatabase::UnionInfo (unsigned i) const
354
 
 { return (CUnionInfo*)_Unions.lookup (i); }
355
 
inline CEnumInfo *CClassDatabase::EnumInfo (unsigned i) const
356
 
 { return (CEnumInfo*)_Enums.lookup (i); }
357
 
inline CTypedefInfo *CClassDatabase::TypedefInfo (unsigned i) const
358
 
 { return (CTypedefInfo*)_Typedefs.lookup (i); }
359
 
inline CFunctionInfo *CClassDatabase::FunctionInfo (unsigned i) const
360
 
 { return (CFunctionInfo*)_Functions.lookup (i); }
361
 
inline CFileInfo *CClassDatabase::FileInfo (unsigned i) const
362
 
 { return (CFileInfo*)_Files.lookup (i); }
363
 
 
364
 
inline CProject *CClassDatabase::Project () const
365
 
 { return _Project; }
 
97
 *  Alias for CSemDatabase. */
 
98
 
 
99
#include "Puma/CSemDatabase.h"
 
100
 
 
101
namespace Puma {
 
102
 
 
103
 
 
104
/** Backward compatibility alias for CSemDatabase. */
 
105
typedef CSemDatabase CClassDatabase;
366
106
 
367
107
 
368
108
} // namespace Puma
369
109
 
370
110
#endif /* __CClassDatabase_h__ */
371
111
 
372
 
#line 373 "/var/tmp/aspectc++/debian/Puma/gen-release/step2/inc/Puma/CClassDatabase.h"
 
112
#line 113 "/home/inf4/tartler/src/aspectc++/upstream/Puma/gen-release/step2/inc/Puma/CClassDatabase.h"
373
113
 
374
 
#ifdef __ac_FIRST_FILE__var_tmp_aspectc4343_debian_Puma_gen45release_step1_inc_Puma_CClassDatabase_h__
375
 
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CCExprResolveCC_ah__
376
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CCExprResolveCC_ah__
377
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CCExprResolveCC_ah__
 
114
#ifdef __ac_FIRST_FILE__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_inc_Puma_CClassDatabase_h__
 
115
#ifdef __ac_need__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_CCExprResolveCC_ah__
 
116
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_CCExprResolveCC_ah__
 
117
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_CCExprResolveCC_ah__
378
118
#include "CCExprResolveCC.ah"
379
119
#endif
380
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
381
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
120
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
121
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACTree_ah__
382
122
#include "ExtACTree.ah"
383
123
#endif
384
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtGnu_ah__
385
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtGnu_ah__
 
124
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtGnu_ah__
 
125
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtGnu_ah__
386
126
#include "ExtGnu.ah"
387
127
#endif
388
128
#endif
389
 
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CCExprResolveH_ah__
390
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CCExprResolveH_ah__
391
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CCExprResolveH_ah__
 
129
#ifdef __ac_need__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_CCExprResolveH_ah__
 
130
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_CCExprResolveH_ah__
 
131
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_CCExprResolveH_ah__
392
132
#include "CCExprResolveH.ah"
393
133
#endif
394
134
#endif
395
 
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CExprResolveCC_ah__
396
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CExprResolveCC_ah__
397
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CExprResolveCC_ah__
 
135
#ifdef __ac_need__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_CExprResolveCC_ah__
 
136
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_CExprResolveCC_ah__
 
137
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_CExprResolveCC_ah__
398
138
#include "CExprResolveCC.ah"
399
139
#endif
400
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
401
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
140
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
141
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACTree_ah__
402
142
#include "ExtACTree.ah"
403
143
#endif
404
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtGnu_ah__
405
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtGnu_ah__
 
144
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtGnu_ah__
 
145
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtGnu_ah__
406
146
#include "ExtGnu.ah"
407
147
#endif
408
148
#endif
409
 
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CExprResolveH_ah__
410
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CExprResolveH_ah__
411
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CExprResolveH_ah__
 
149
#ifdef __ac_need__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_CExprResolveH_ah__
 
150
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_CExprResolveH_ah__
 
151
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_CExprResolveH_ah__
412
152
#include "CExprResolveH.ah"
413
153
#endif
414
154
#endif
415
 
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinIfExists_ah__
416
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinIfExists_ah__
417
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinIfExists_ah__
 
155
#ifdef __ac_need__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_WinIfExists_ah__
 
156
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_WinIfExists_ah__
 
157
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_WinIfExists_ah__
418
158
#include "WinIfExists.ah"
419
159
#endif
420
160
#endif
421
 
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinImportHandler_ah__
422
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinImportHandler_ah__
423
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinImportHandler_ah__
 
161
#ifdef __ac_need__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_WinImportHandler_ah__
 
162
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_WinImportHandler_ah__
 
163
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_WinImportHandler_ah__
424
164
#include "WinImportHandler.ah"
425
165
#endif
426
166
#endif
427
 
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinMacros_ah__
428
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinMacros_ah__
429
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinMacros_ah__
 
167
#ifdef __ac_need__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_WinMacros_ah__
 
168
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_WinMacros_ah__
 
169
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_WinMacros_ah__
430
170
#include "WinMacros.ah"
431
171
#endif
432
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
433
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
 
172
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
 
173
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
434
174
#include "PragmaOnceUnitState.ah"
435
175
#endif
436
176
#endif
437
 
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinAsm_ah__
438
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinAsm_ah__
439
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinAsm_ah__
 
177
#ifdef __ac_need__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_WinAsm_ah__
 
178
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_WinAsm_ah__
 
179
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_WinAsm_ah__
440
180
#include "WinAsm.ah"
441
181
#endif
442
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
443
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
182
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
183
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACTree_ah__
444
184
#include "ExtACTree.ah"
445
185
#endif
446
186
#endif
447
 
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinDeclSpecs_ah__
448
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinDeclSpecs_ah__
449
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinDeclSpecs_ah__
 
187
#ifdef __ac_need__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_WinDeclSpecs_ah__
 
188
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_WinDeclSpecs_ah__
 
189
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_WinDeclSpecs_ah__
450
190
#include "WinDeclSpecs.ah"
451
191
#endif
452
192
#endif
453
 
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinMemberExplSpec_ah__
454
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinMemberExplSpec_ah__
455
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinMemberExplSpec_ah__
 
193
#ifdef __ac_need__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_WinMemberExplSpec_ah__
 
194
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_WinMemberExplSpec_ah__
 
195
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_WinMemberExplSpec_ah__
456
196
#include "WinMemberExplSpec.ah"
457
197
#endif
458
198
#endif
459
 
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinTypeKeywords_ah__
460
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinTypeKeywords_ah__
461
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinTypeKeywords_ah__
 
199
#ifdef __ac_need__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_WinTypeKeywords_ah__
 
200
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_WinTypeKeywords_ah__
 
201
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_WinTypeKeywords_ah__
462
202
#include "WinTypeKeywords.ah"
463
203
#endif
464
204
#endif
465
 
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinFriend_ah__
466
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinFriend_ah__
467
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_WinFriend_ah__
 
205
#ifdef __ac_need__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_WinFriend_ah__
 
206
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_WinFriend_ah__
 
207
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_WinFriend_ah__
468
208
#include "WinFriend.ah"
469
209
#endif
470
210
#endif
471
 
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtAC_ah__
472
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtAC_ah__
473
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtAC_ah__
 
211
#ifdef __ac_need__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtAC_ah__
 
212
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtAC_ah__
 
213
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtAC_ah__
474
214
#include "ExtAC.ah"
475
215
#endif
476
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
477
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
216
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
217
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACTree_ah__
478
218
#include "ExtACTree.ah"
479
219
#endif
480
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACKeywords_ah__
481
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACKeywords_ah__
 
220
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACKeywords_ah__
 
221
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACKeywords_ah__
482
222
#include "ExtACKeywords.ah"
483
223
#endif
484
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtGnu_ah__
485
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtGnu_ah__
 
224
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtGnu_ah__
 
225
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtGnu_ah__
486
226
#include "ExtGnu.ah"
487
227
#endif
488
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
489
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
 
228
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
 
229
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
490
230
#include "PragmaOnceUnitState.ah"
491
231
#endif
492
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CMatchSyntax_ah__
493
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CMatchSyntax_ah__
 
232
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_CMatchSyntax_ah__
 
233
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_CMatchSyntax_ah__
494
234
#include "CMatchSyntax.ah"
495
235
#endif
496
236
#endif
497
 
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACBuilderH_ah__
498
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACBuilderH_ah__
499
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACBuilderH_ah__
 
237
#ifdef __ac_need__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACBuilderH_ah__
 
238
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACBuilderH_ah__
 
239
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACBuilderH_ah__
500
240
#include "ExtACBuilderH.ah"
501
241
#endif
502
242
#endif
503
 
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACBuilderCC_ah__
504
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACBuilderCC_ah__
505
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACBuilderCC_ah__
 
243
#ifdef __ac_need__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACBuilderCC_ah__
 
244
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACBuilderCC_ah__
 
245
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACBuilderCC_ah__
506
246
#include "ExtACBuilderCC.ah"
507
247
#endif
508
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
509
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
248
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
249
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACTree_ah__
510
250
#include "ExtACTree.ah"
511
251
#endif
512
252
#endif
513
 
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACSyntaxH_ah__
514
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACSyntaxH_ah__
515
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACSyntaxH_ah__
 
253
#ifdef __ac_need__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACSyntaxH_ah__
 
254
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACSyntaxH_ah__
 
255
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACSyntaxH_ah__
516
256
#include "ExtACSyntaxH.ah"
517
257
#endif
518
258
#endif
519
 
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACSyntaxCC_ah__
520
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACSyntaxCC_ah__
521
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACSyntaxCC_ah__
 
259
#ifdef __ac_need__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACSyntaxCC_ah__
 
260
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACSyntaxCC_ah__
 
261
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACSyntaxCC_ah__
522
262
#include "ExtACSyntaxCC.ah"
523
263
#endif
524
264
#endif
525
 
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
526
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
527
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
265
#ifdef __ac_need__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
266
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
267
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACTree_ah__
528
268
#include "ExtACTree.ah"
529
269
#endif
530
270
#endif
531
 
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACKeywords_ah__
532
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACKeywords_ah__
533
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACKeywords_ah__
 
271
#ifdef __ac_need__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACKeywords_ah__
 
272
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACKeywords_ah__
 
273
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACKeywords_ah__
534
274
#include "ExtACKeywords.ah"
535
275
#endif
536
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
537
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
 
276
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
 
277
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
538
278
#include "PragmaOnceUnitState.ah"
539
279
#endif
540
280
#endif
541
 
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtGnu_ah__
542
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
543
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
281
#ifdef __ac_need__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtGnu_ah__
 
282
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
283
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACTree_ah__
544
284
#include "ExtACTree.ah"
545
285
#endif
546
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtGnu_ah__
547
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtGnu_ah__
 
286
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtGnu_ah__
 
287
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtGnu_ah__
548
288
#include "ExtGnu.ah"
549
289
#endif
550
290
#endif
551
 
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtGnuCSemDeclSpecs_ah__
552
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
553
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
291
#ifdef __ac_need__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtGnuCSemDeclSpecs_ah__
 
292
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACTree_ah__
 
293
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtACTree_ah__
554
294
#include "ExtACTree.ah"
555
295
#endif
556
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtGnuCSemDeclSpecs_ah__
557
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_ExtGnuCSemDeclSpecs_ah__
 
296
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtGnuCSemDeclSpecs_ah__
 
297
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_ExtGnuCSemDeclSpecs_ah__
558
298
#include "ExtGnuCSemDeclSpecs.ah"
559
299
#endif
560
300
#endif
561
 
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
562
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
563
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
564
 
#include "PragmaOnceUnitState.ah"
565
 
#endif
566
 
#endif
567
 
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnce_ah__
568
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
569
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
570
 
#include "PragmaOnceUnitState.ah"
571
 
#endif
572
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnce_ah__
573
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_PragmaOnce_ah__
 
301
#ifdef __ac_need__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
 
302
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
 
303
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
 
304
#include "PragmaOnceUnitState.ah"
 
305
#endif
 
306
#endif
 
307
#ifdef __ac_need__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_PragmaOnce_ah__
 
308
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
 
309
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_PragmaOnceUnitState_ah__
 
310
#include "PragmaOnceUnitState.ah"
 
311
#endif
 
312
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_PragmaOnce_ah__
 
313
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_PragmaOnce_ah__
574
314
#include "PragmaOnce.ah"
575
315
#endif
576
316
#endif
577
 
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_TraceSyntax_ah__
578
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_TraceSyntax_ah__
579
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_TraceSyntax_ah__
 
317
#ifdef __ac_need__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_TraceSyntax_ah__
 
318
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_TraceSyntax_ah__
 
319
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_TraceSyntax_ah__
580
320
#include "TraceSyntax.ah"
581
321
#endif
582
322
#endif
583
 
#ifdef __ac_need__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CMatchSyntax_ah__
584
 
#ifndef __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CMatchSyntax_ah__
585
 
#define __ac_have__var_tmp_aspectc4343_debian_Puma_gen45release_step1_aspects_CMatchSyntax_ah__
 
323
#ifdef __ac_need__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_CMatchSyntax_ah__
 
324
#ifndef __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_CMatchSyntax_ah__
 
325
#define __ac_have__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_aspects_CMatchSyntax_ah__
586
326
#include "CMatchSyntax.ah"
587
327
#endif
588
328
#endif
589
 
#undef __ac_FIRST__var_tmp_aspectc4343_debian_Puma_gen45release_step1__
590
 
#undef __ac_FIRST_FILE__var_tmp_aspectc4343_debian_Puma_gen45release_step1_inc_Puma_CClassDatabase_h__
591
 
#endif // __ac_FIRST_FILE__var_tmp_aspectc4343_debian_Puma_gen45release_step1_inc_Puma_CClassDatabase_h__
 
329
#undef __ac_FIRST__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1__
 
330
#undef __ac_FIRST_FILE__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_inc_Puma_CClassDatabase_h__
 
331
#endif // __ac_FIRST_FILE__home_inf4_tartler_src_aspectc4343_upstream_Puma_gen45release_step1_inc_Puma_CClassDatabase_h__