mirror of
https://github.com/cc65/cc65.git
synced 2025-01-14 00:32:08 +00:00
Fixed test
Don't define NULL yourself. QED
This commit is contained in:
parent
767875b5a7
commit
8ff008722b
@ -22,7 +22,6 @@ long long0 = 0;
|
||||
long long1 = 0;
|
||||
unsigned long ulong0 = 0;
|
||||
unsigned long ulong1 = 0;
|
||||
#define NULL 0
|
||||
char *cP0=NULL;
|
||||
char *cP1=NULL;
|
||||
int *iP0=NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user