X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Fassure.h;fp=lib%2Fassure.h;h=1cc600ab0acca3aea353dc9c054d37c02dc14191;hb=dc02bf0d39a3ae0d90d9b7b0feb32c2cc7cdff86;hp=de6c38db6afe472c25d3b41413c7f5f59c6fd9a1;hpb=a8a88eddaa90432e6ec1b8d9d5c9842bc91afd1d;p=debian%2Fgzip diff --git a/lib/assure.h b/lib/assure.h index de6c38d..1cc600a 100644 --- a/lib/assure.h +++ b/lib/assure.h @@ -23,7 +23,7 @@ #include /* Check E's value at runtime, and report an error and abort if not. - However, do nothng if NDEBUG is defined. + However, do nothing if NDEBUG is defined. Unlike standard 'assert', this macro always compiles E even when NDEBUG is defined, so as to catch typos and avoid some GCC warnings. */