Add a reminder note about removing the amd64 test here once the gcc33 port
has been updated.
This commit is contained in:
parent
a89ec05e3e
commit
feb5832efb
@ -31,6 +31,7 @@
|
||||
#ifdef _KERNEL
|
||||
#define NULL (void *)0
|
||||
#else
|
||||
/* XXX remove the '|| defined(__amd64__)' case when the gcc33 port is updated */
|
||||
#if defined(__LP64__) || defined(__amd64__)
|
||||
#define NULL 0L
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user