Fixed preproccessor code, commiting now because I'll probably forget to later.

This commit is contained in:
n-a-c-h
2005-04-12 23:18:16 +00:00
parent ee966715fe
commit 17b7aba046

View File

@@ -26,7 +26,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#include <stdio.h> #include <stdio.h>
//Get correct mask for particular bit //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 Functions that the compiler should inline that will convert