From 7a652be8b4d5c764aed2975bada37542bc1f6e80 Mon Sep 17 00:00:00 2001 From: Paul Mensonides Date: Thu, 13 Mar 2003 06:51:21 +0000 Subject: [PATCH] fixed reversed results [SVN r17875] --- 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.