git.y1.nz

gbdk-2020

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

commit 6569503c1124accbbd6b0fd0ca6e8ea42c0cd7e8
parent 582fb3da2191bc46a5391f13893da28e08b775ac
Author: Toxa <untoxa@mail.ru>
Date:   Tue, 14 Sep 2021 16:46:09 +0300

define OLDCALL only if not defined previously

Diffstat:
Mgbdk-lib/include/asm/types.h2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/gbdk-lib/include/asm/types.h b/gbdk-lib/include/asm/types.h @@ -14,11 +14,13 @@ #endif #endif +#ifndef OLDCALL #if __SDCC_REVISION >= 12608 #define OLDCALL __sdcccall(0) #else #define OLDCALL #endif +#endif #ifndef NONBANKED #define NONBANKED

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