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

« back to all changes in this revision

Viewing changes to Puma/src/parser/cparser/CTokens.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:
28
28
  TOK_ZERO_VAL,
29
29
  TOK_INT_VAL,
30
30
  TOK_FLT_VAL,
 
31
  TOK_STRING_VAL,
 
32
  TOK_CHAR_VAL,
31
33
  TOK_COMMA,
32
34
  TOK_ASSIGN,
33
35
  TOK_QUESTION,
210
212
  TOK_LAST_AC = TOK_UNKNOWN_T,
211
213
  
212
214
  // further [A](C|C++) token
213
 
  TOK_STRING_VAL,
214
 
  TOK_CHAR_VAL,
215
215
  TOK_ID,
216
216
 
217
217
  // These two always have to be the ** last ** token listed here!!!