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

« back to all changes in this revision

Viewing changes to Puma/gen-release/step1/inc/Puma/CSemantic.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:
43
43
  bool in_arg_decl;
44
44
  bool _in_arg_decl_seq;
45
45
  bool is_type_name;
 
46
  bool support_implicit_int;
46
47
  
47
48
  void declareImplicitFcts () {} // builtin functions
48
49
 
118
119
  bool typeMatch (CTypeInfo *, CTypeInfo *) const;
119
120
  CStructure *findParent () const;
120
121
  void setSpecifiers (CObjectInfo *, CSemDeclSpecs *) const;
121
 
  void makeAlias (CObjectInfo *, CStructure *);
 
122
  bool isRedefiningTypedef (CObjectInfo*, int obj_type) const;
122
123
 
123
124
  // create class DB objects
124
125
  CAttributeInfo *createAttribute (const char *, CStructure *, CTypeInfo *,
132
133
  _syntax (s), _builder (b),
133
134
  in_arg_decl (false),
134
135
  _in_arg_decl_seq (false),
135
 
  is_type_name (false)
 
136
  is_type_name (false),
 
137
  support_implicit_int (true)
136
138
 {}
137
139
 
138
140
inline CBuilder &CSemantic::builder () const