From 17b7aba0465f23b2566f215936b83bbf6bc3f6b3 Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Tue, 12 Apr 2005 23:18:16 +0000 Subject: [PATCH] Fixed preproccessor code, commiting now because I'll probably forget to later. --- zsnes/src/numconv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/numconv.h b/zsnes/src/numconv.h index b77f62ba..6fce0ded 100644 --- a/zsnes/src/numconv.h +++ b/zsnes/src/numconv.h @@ -26,7 +26,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. #include //Get correct mask for particular bit -#define BIT(X) (1 << X) +#define BIT(X) (1 << (X)) /* Functions that the compiler should inline that will convert