source:
doc/theses/mike_brooks_MMath/benchmarks/list/proglang.h@
6c121eed
| Last change on this file since 6c121eed was 0b66ef9, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 225 bytes | |
| Line | |
|---|---|
| 1 | #ifdef __cforall |
| 2 | #define __needExternC |
| 3 | #endif |
| 4 | |
| 5 | #ifdef __cplusplus |
| 6 | #define __needExternC |
| 7 | #endif |
| 8 | |
| 9 | #ifdef __needExternC |
| 10 | #define MAYBE_EXTERN_C(...) extern "C" { __VA_ARGS__ } |
| 11 | #else |
| 12 | #define MAYBE_EXTERN_C(...) __VA_ARGS__ |
| 13 | #endif |
Note:
See TracBrowser
for help on using the repository browser.