mirror of
https://github.com/cc65/cc65.git
synced 2025-03-03 09:32:33 +00:00
Added guard
This commit is contained in:
parent
19436f5159
commit
767875b5a7
@ -9,7 +9,9 @@
|
||||
#ifndef _GCONST_H
|
||||
#define _GCONST_H
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL ((void *) 0)
|
||||
#endif
|
||||
#define TRUE 0xff
|
||||
#define FALSE ~TRUE
|
||||
#define MOUSE_SPRNUM 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user