source:
doc/theses/mike_brooks_MMath/benchmarks/list/proglang.h
@
3c55fcd
Last change on this file since 3c55fcd was 0b66ef9, checked in by , 19 months 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.