From: Alan Cox Date: Sun, 8 Mar 2015 18:02:08 +0000 (+0000) Subject: 6502: cc65 doesn't grok inline X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f2630714bb9f7401580ae390805a53a5a50edd4b;p=FUZIX.git 6502: cc65 doesn't grok inline --- diff --git a/Kernel/cpu-6502/cpu.h b/Kernel/cpu-6502/cpu.h index 2a64c66d..23be142b 100644 --- a/Kernel/cpu-6502/cpu.h +++ b/Kernel/cpu-6502/cpu.h @@ -52,3 +52,6 @@ typedef union { /* this structure is endian dependent */ /* Sane behaviour for unused parameters */ #define used(x) + +/* No support for inline */ +#define inline \ No newline at end of file