- Notifications
You must be signed in to change notification settings - Fork 234
/
Copy pathsdltable.h
55 lines (55 loc) · 1.72 KB
/
sdltable.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/*
* The contents of this file are subject to the Interbase Public
* License Version 1.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy
* of the License at http://www.Inprise.com/IPL.html
*
* Software distributed under the License is distributed on an
* "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
* or implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code was created by Inprise Corporation
* and its predecessors. Portions created by Inprise Corporation are
* Copyright (C) Inprise Corporation.
*
* All Rights Reserved.
* Contributor(s): ______________________________________.
*/
"gds__sdl_eoc", // -1
"gds__sdl_version1", // 1
"gds__sdl_relation", // 2
"gds__sdl_rid", // 3
"gds__sdl_field", // 4
"gds__sdl_fid", // 5
"gds__sdl_struct", // 6
"gds__sdl_variable", // 7
"gds__sdl_scalar", // 8
"gds__sdl_tiny_integer", // 9
"gds__sdl_short_integer", // 10
"gds__sdl_long_integer", // 11
"gds__sdl_literal", // 12
"gds__sdl_add", // 13
"gds__sdl_subtract", // 14
"gds__sdl_multiply", // 15
"gds__sdl_divide", // 16
"gds__sdl_negate", // 17
"gds__sdl_eql", // 18
"gds__sdl_neq", // 19
"gds__sdl_gtr", // 20
"gds__sdl_geq", // 21
"gds__sdl_lss", // 22
"gds__sdl_leq", // 23
"gds__sdl_and", // 24
"gds__sdl_or", // 25
"gds__sdl_not", // 26
"gds__sdl_while", // 27
"gds__sdl_assignment", // 28
"gds__sdl_label", // 29
"gds__sdl_leave", // 30
"gds__sdl_begin", // 31
"gds__sdl_end", // 32
"gds__sdl_do3", // 33
"gds__sdl_do2", // 34
"gds__sdl_do1", // 35
"gds__sdl_element", // 36