aboutsummaryrefslogtreecommitdiffstats
path: root/parser/r++.macros
blob: 455276c84381098afc8d1a6c2449a98d952025b7 (plain)
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

#define __attribute__(a...)
#define __typeof__         __typeof

#define __extension
#define __extension__

#define __restrict
#define __restrict__

#define __volatile         volatile
#define __volatile__       volatile

#define __inline             inline
#define __inline__           inline

#define __const               const
#define __const__             const

#define __asm               asm
#define __asm__             asm

#define __GNUC__                 3
//#define __GNUC_MINOR__           4

#define __ROBC__                 0
#define __ROBC_MINOR__           1