diff options
Diffstat (limited to 'x11perf.h')
-rw-r--r-- | x11perf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ extern Test test[]; extern int abortTest; -extern void AbortTest (void); +extern void AbortTest (void) _X_NORETURN; #define CheckAbort() if (abortTest) AbortTest () #define ForEachTest(x) for (x = 0; test[x].option != NULL; x++) |