The set_irq function needs size_t.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5602 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -38,6 +38,14 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* We need size_t */
|
||||||
|
#ifndef _HAVE_size_t
|
||||||
|
#define _HAVE_size_t
|
||||||
|
typedef unsigned size_t;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Possible returns of getcpu() */
|
/* Possible returns of getcpu() */
|
||||||
#define CPU_6502 0
|
#define CPU_6502 0
|
||||||
#define CPU_65C02 1
|
#define CPU_65C02 1
|
||||||
|
|||||||
Reference in New Issue
Block a user