| # | Line 4 | Line 4 | |
|---|---|---|
| 4 | */ | |
| 5 | #ifndef _RAD_META_H_ | |
| 6 | #define _RAD_META_H_ | |
| 7 | – | #ifdef __cplusplus |
| 8 | – | extern "C" { |
| 9 | – | #endif |
| 7 | ||
| 8 | #include "copyright.h" | |
| 9 | ||
| # | Line 16 | Line 13 | extern "C" { | |
| 13 | ||
| 14 | #include "rterror.h" | |
| 15 | ||
| 16 | + | #ifdef __cplusplus |
| 17 | + | extern "C" { |
| 18 | + | #endif |
| 19 | ||
| 20 | #define TRUE 1 | |
| 21 | #define FALSE 0 | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |