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

« back to all changes in this revision

Viewing changes to Puma/gen-release/step1/src/CWhitespaceTab.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 CWhitespaceTabMap[256] =
2
 
 {  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
3
 
    -1,   0,   0,  -1,   0,   0,  -1,  -1,
4
 
    -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
5
 
    -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
6
 
     0,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
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,  -1,  -1,  -1,  -1,
12
 
    -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
13
 
    -1,  -1,  -1,  -1,  -1,  -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 CWhitespaceTabExprMap[] =
37
 
 {
38
 
   TOK_WSPACE
39
 
 };
40
 
 
41
 
static int CWhitespaceTabStart = 1;
42
 
 
43
 
#ifndef __TTGEN__
44
 
#  define __TTGEN__
45
 
 
46
 
   typedef struct
47
 
    { unsigned char Type;
48
 
      unsigned char LookAhead;
49
 
      int           Expression;
50
 
      int           Start;
51
 
    } States;
52
 
 
53
 
#endif
54
 
 
55
 
static States CWhitespaceTabStates[] =
56
 
 {  { 1, 0,     0,     0 },
57
 
    { 0, 0,     0,     1 }
58
 
 };
59
 
 
60
 
static int CWhitespaceTabNext[] =
61
 
 {     0,     0
62
 
 };
63
 
 
64
 
static int CWhitespaceTabControl[] =
65
 
 {     0,     1
66
 
 };
67