git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

commit da0ab904a105ccab70010156eeaf421671ff0134
parent 49852efddf03e96c2ebc36a0901426365e0348c4
Author: Toxa <untoxa@mail.ru>
Date:   Thu,  9 Dec 2021 22:28:58 +0300

fix invalid compiler define name, must be __SDCC

Diffstat:
Mgbdk-lib/include/stdbool.h2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gbdk-lib/include/stdbool.h b/gbdk-lib/include/stdbool.h @@ -29,7 +29,7 @@ #ifndef __SDC51_STDBOOL_H #define __SDC51_STDBOOL_H 1 -#ifdef SDCC +#ifdef __SDCC /* Define true and false of type _Bool in a way compatible with the preprocessor (see N 2229 for details). */ #define true ((_Bool)+1) #define false ((_Bool)+0)

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.