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

« back to all changes in this revision

Viewing changes to Puma/gen-release/step1/src/CCommentTab.ot

  • 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
1
static char CCommentTabMap[256] =
2
2
 {  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
3
 
    -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
 
3
    -1,   0,   0,  -1,   0,   0,  -1,  -1,
4
4
    -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
5
5
    -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
6
6
     0,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
35
35
 
36
36
static int CCommentTabExprMap[] =
37
37
 {
 
38
   TOK_WSPACE,
38
39
   TOK_CCSINGLE,
39
40
   TOK_CCMULTIBEGIN
40
41
 };
41
42
 
42
 
static int CCommentTabStart = 2;
 
43
static int CCommentTabStart = 3;
43
44
 
44
45
#ifndef __TTGEN__
45
46
#  define __TTGEN__
56
57
static States CCommentTabStates[] =
57
58
 {  { 1, 0,     0,     0 },
58
59
    { 1, 0,     1,     0 },
59
 
    { 0, 0,     0,    -1 },
60
 
    { 0, 0,     0,     0 }
 
60
    { 1, 0,     2,     0 },
 
61
    { 0, 0,     0,     1 },
 
62
    { 0, 0,     0,     2 }
61
63
 };
62
64
 
63
65
static int CCommentTabNext[] =
64
 
 {     3,     0,     1
 
66
 {     0,     0,     4,     1,     2
65
67
 };
66
68
 
67
69
static int CCommentTabControl[] =
68
 
 {     2,     3,     3
 
70
 {     0,     3,     3,     4,     4
69
71
 };
70
72