~ubuntu-branches/ubuntu/maverick/aspectc++/maverick

« back to all changes in this revision

Viewing changes to Puma/gen-release/step1/inc/Puma/CBuilder.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:
52
52
  virtual CTree *unary_expr1 ();
53
53
  virtual CTree *cast_expr ();
54
54
  virtual CTree *cast_expr1 ();
 
55
  virtual CTree *cast_expr2 ();
55
56
  virtual CTree *mul_expr ();
56
57
  virtual CTree *add_expr ();
57
58
  virtual CTree *shift_expr ();
97
98
  virtual CTree *type_name ();
98
99
  virtual CTree *elaborated_type_spec ();
99
100
  virtual CTree *enum_spec (CTree * = (CTree*)0);
100
 
   virtual CTree *enum_spec_err (CTree *);
 
101
  virtual CTree *enum_spec_err (CTree *);
101
102
  virtual CTree *enumerator_list ();
102
103
  virtual CTree *enumerator_def ();
103
104
  virtual CTree *enumerator ();
 
105
  virtual CTree *asm_def ();
104
106
 
105
107
  // A.7 Declarators
106
108
  virtual CTree *init_declarator_list ();