comparison generator/parser/r++.macros @ 1:e78566595089

initial import
author mandel
date Mon, 11 May 2009 16:01:50 +0000
parents
children
comparison
equal deleted inserted replaced
0:36fb74dc547d 1:e78566595089
1
2 #define __attribute__(a...)
3 #define __typeof__ __typeof
4
5 #define __extension
6 #define __extension__
7
8 #define __restrict
9 #define __restrict__
10
11 #define __volatile volatile
12 #define __volatile__ volatile
13
14 #define __inline inline
15 #define __inline__ inline
16
17 #define __const const
18 #define __const__ const
19
20 #define __asm asm
21 #define __asm__ asm
22
23 #define __GNUC__ 3
24 //#define __GNUC_MINOR__ 4
25
26 #define __ROBC__ 0
27 #define __ROBC_MINOR__ 1
28