X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/3efcfd2df21aa11bd9d1ba5ea2f5f490fd4d5b84..db2bf4111cde36048ac66bbac58547d105bc7e80:/test/tvec.h?ds=inline diff --git a/test/tvec.h b/test/tvec.h index 03c3ba4..7f19f50 100644 --- a/test/tvec.h +++ b/test/tvec.h @@ -169,6 +169,7 @@ struct tvec_regdef { #define TVRF_ID 2u /* part of test identity */ union tvec_misc arg; /* extra detail for the type */ }; +#define TVEC_ENDREGS { 0, 0, 0, 0, { 0 } } /* @TVEC_GREG(vec, i, regsz)@ * @@ -389,7 +390,7 @@ struct tvec_test { const struct tvec_env *env; /* environment to run test in */ tvec_testfn *fn; /* test function */ }; - +#define TVEC_ENDTESTS { 0, 0, 0, 0 } enum { /* Register output dispositions. */ @@ -1355,7 +1356,7 @@ struct tvec_floatinfo { * * * If @f&TVFF_EQMASK@ is @TVFF_RELDELTA@, then %$x$% matches * %$y$% when %$|1 - y/x| < \delta$%. (Note that this - * criterion is asymmetric + * criterion is asymmetric FIXME * * The @TVEC_CLAIM_FLOAT@ macro is similar, only it (a) * identifies the file and line number of the call site