From 28ed1969c92b7036c7445662c1c2a16bf241644e Mon Sep 17 00:00:00 2001 From: Paul Mensonides Date: Thu, 13 Mar 2003 07:12:20 +0000 Subject: [PATCH] fixed result reversal [SVN r17876] --- doc/ref/not.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/not.html b/doc/ref/not.html index 063d18e..ffd8a93 100644 --- a/doc/ref/not.html +++ b/doc/ref/not.html @@ -21,7 +21,7 @@

Remarks

- If x is non-zero, this macro expands to 1.  + If x is zero, this macro expands to 1.  Otherwise, it expands to 0.