forked from farisawan-2000/cfront-3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsdetoolnum.h
59 lines (44 loc) · 883 Bytes
/
sdetoolnum.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
56
57
58
59
/*
Master list of tool numbers
*/
#ifndef SDETOOLNUM
#define SDETOOLNUM 1
/*
numbers should be integers between 0 and 8388607
*/
/* Frame related */
#define FMTOOLSNUM 2997925
#define STPLINKNUM 8109558
#define PSTOEPSINUM 1602191
#define SOONNUM 1122334
/* VCS related */
#define VCSNUM 8239291
#define VCINTNUM 6656148
/* CenterLine related */
#define CLVCINUM 5369404
#define CLNMINUM 2687032
/* Code Inspector */
#define CISMARTNUM 1154516
/* StP */
#define STPENHNUM 326999
/* Cin */
#define CINNUM 2376394
/* Cin++ */
#define CINPLUSPLUSNUM 4936732
/* Vice */
#define VICENUM 3627555
#define XVINUM 5888792
#define XNMAKENUM 5765073
/* CIA */
#define CIANUM 4201651
/* CC5 */
#define CC5NUM 2261036
/* C5 */
#define C5NUM 7630834
/* KSH */
#define KSHNUM 2481581
/* CCLASSIC */
#define CCLASSICNUM 1580753
/* C++/CFRONT */
#define CFRONTNUM 6601266
#endif