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

« back to all changes in this revision

Viewing changes to Puma/gen-release/step2/src/CStringTab.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
 
static char CStringTabMap[256] =
2
 
 {  -1,   1,   1,   1,   1,   1,   1,   1,
3
 
     1,   1,   1,   1,   1,   1,   1,   1,
4
 
     1,   1,   1,   1,   1,   1,   1,   1,
5
 
     1,   1,   1,   1,   1,   1,   1,   1,
6
 
     1,   1,   2,   1,   1,   1,   1,   0,
7
 
     1,   1,   1,   1,   1,   1,   1,   1,
8
 
     1,   1,   1,   1,   1,   1,   1,   1,
9
 
     1,   1,   1,   1,   1,   1,   1,   1,
10
 
     1,   1,   1,   1,   1,   1,   1,   1,
11
 
     1,   1,   1,   1,   4,   1,   1,   1,
12
 
     1,   1,   1,   1,   1,   1,   1,   1,
13
 
     1,   1,   1,   1,   3,   1,   1,   1,
14
 
     1,   1,   1,   1,   1,   1,   1,   1,
15
 
     1,   1,   1,   1,   1,   1,   1,   1,
16
 
     1,   1,   1,   1,   1,   1,   1,   1,
17
 
     1,   1,   1,   1,   1,   1,   1,   1,
18
 
     1,   1,   1,   1,   1,   1,   1,   1,
19
 
     1,   1,   1,   1,   1,   1,   1,   1,
20
 
     1,   1,   1,   1,   1,   1,   1,   1,
21
 
     1,   1,   1,   1,   1,   1,   1,   1,
22
 
     1,   1,   1,   1,   1,   1,   1,   1,
23
 
     1,   1,   1,   1,   1,   1,   1,   1,
24
 
     1,   1,   1,   1,   1,   1,   1,   1,
25
 
     1,   1,   1,   1,   1,   1,   1,   1,
26
 
     1,   1,   1,   1,   1,   1,   1,   1,
27
 
     1,   1,   1,   1,   1,   1,   1,   1,
28
 
     1,   1,   1,   1,   1,   1,   1,   1,
29
 
     1,   1,   1,   1,   1,   1,   1,   1,
30
 
     1,   1,   1,   1,   1,   1,   1,   1,
31
 
     1,   1,   1,   1,   1,   1,   1,   1,
32
 
     1,   1,   1,   1,   1,   1,   1,   1,
33
 
     1,   1,   1,   1,   1,   1,   1,  -1
34
 
 };
35
 
 
36
 
static int CStringTabExprMap[] =
37
 
 {
38
 
   TOK_STRING_VAL,
39
 
   TOK_CHAR_VAL
40
 
 };
41
 
 
42
 
static int CStringTabStart = 2;
43
 
 
44
 
#ifndef __TTGEN__
45
 
#  define __TTGEN__
46
 
 
47
 
   typedef struct
48
 
    { unsigned char Type;
49
 
      unsigned char LookAhead;
50
 
      int           Expression;
51
 
      int           Start;
52
 
    } States;
53
 
 
54
 
#endif
55
 
 
56
 
static States CStringTabStates[] =
57
 
 {  { 1, 0,     0,     0 },
58
 
    { 1, 0,     1,     0 },
59
 
    { 0, 0,     0,     0 },
60
 
    { 0, 0,     0,     5 },
61
 
    { 0, 0,     0,    10 },
62
 
    { 0, 0,     0,    15 },
63
 
    { 0, 0,     0,     1 },
64
 
    { 0, 0,     0,    20 },
65
 
    { 0, 0,     0,    24 }
66
 
 };
67
 
 
68
 
static int CStringTabNext[] =
69
 
 {     8,     8,     7,     7,     6,     4,     4,     4,
70
 
       4,     4,     1,     4,     4,     3,     4,     7,
71
 
       7,     7,     7,     7,     7,     7,     0,     5,
72
 
       7,     4,     4,     3,     4
73
 
 };
74
 
 
75
 
static int CStringTabControl[] =
76
 
 {     2,     6,     2,     6,     2,     3,     3,     3,
77
 
       3,     3,     4,     4,     4,     4,     4,     5,
78
 
       5,     5,     5,     5,     7,     7,     7,     7,
79
 
       7,     8,     8,     8,     8
80
 
 };
81