|
Lines 1-5
Link Here
|
| 1 |
#ifndef __UTILS_MONO_COMPILER_H__ |
1 |
#ifndef __UTILS_MONO_COMPILER_H__ |
| 2 |
#define __UTILS_MONO_COMPILER_H__ |
2 |
#define __UTILS_MONO_COMPILER_H__ |
|
|
3 |
|
| 4 |
#if defined(__PIC__) && !defined(PIC) |
| 5 |
# define PIC |
| 6 |
#endif |
| 7 |
|
| 3 |
/* |
8 |
/* |
| 4 |
* This file includes macros used in the runtime to encapsulate different |
9 |
* This file includes macros used in the runtime to encapsulate different |
| 5 |
* compiler behaviours. |
10 |
* compiler behaviours. |