| # | Line 106 | Line 106 | namespace OpenMD { | |
|---|---|---|
| 106 | std::ostream &operator<<(std::ostream &stream, const FileLocation &fl); | |
| 107 | } | |
| 108 | ||
| 109 | < | #if __STDC_VERSION__ < 199901L |
| 110 | < | # if __GNUC__ >= 2 |
| 111 | < | # define __func__ __FUNCTION__ |
| 112 | < | # else |
| 113 | < | # define __func__ "<unknown>" |
| 109 | > | #if defined(__STDC__) |
| 110 | > | # if __STDC_VERSION__ < 199901L |
| 111 | > | # if __GNUC__ >= 2 |
| 112 | > | # define __func__ __FUNCTION__ |
| 113 | > | # else |
| 114 | > | # define __func__ "<unknown>" |
| 115 | > | # endif |
| 116 | # endif | |
| 117 | #endif | |
| 118 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |