1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

Added guard

This commit is contained in:
polluks2 2023-05-18 00:08:26 +02:00 committed by GitHub
parent 19436f5159
commit 767875b5a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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