diff options
| author | Björn Berg <32747776+MisterMountain@users.noreply.github.com> | 2023-05-02 09:31:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-02 09:31:32 +0200 |
| commit | e14f1ad7c35504b97f81b1b33a5533e57c605fc2 (patch) | |
| tree | a59d292d928c123ad862776f344918035466c817 /tap/tap.h | |
| parent | 3dc677e4f1f990e7b26bc714a02608070379cf85 (diff) | |
| parent | a4be133f01a231dc45c98aabed35f96d6f826fd7 (diff) | |
| download | monitoring-plugins-e14f1ad7c35504b97f81b1b33a5533e57c605fc2.tar.gz | |
Merge branch 'monitoring-plugins:master' into fix_version_return_code
Diffstat (limited to 'tap/tap.h')
| -rw-r--r-- | tap/tap.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -25,7 +25,7 @@ | |||
| 25 | */ | 25 | */ |
| 26 | 26 | ||
| 27 | /* '## __VA_ARGS__' is a gcc'ism. C99 doesn't allow the token pasting | 27 | /* '## __VA_ARGS__' is a gcc'ism. C99 doesn't allow the token pasting |
| 28 | and requires the caller to add the final comma if they've ommitted | 28 | and requires the caller to add the final comma if they've omitted |
| 29 | the optional arguments */ | 29 | the optional arguments */ |
| 30 | #ifdef __GNUC__ | 30 | #ifdef __GNUC__ |
| 31 | # define ok(e, test, ...) ((e) ? \ | 31 | # define ok(e, test, ...) ((e) ? \ |
