Add a reminder note about removing the amd64 test here once the gcc33 port

has been updated.
This commit is contained in:
Peter Wemm 2003-12-23 02:38:55 +00:00
parent a89ec05e3e
commit feb5832efb

View File

@ -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