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:
parent
c55b983d52
commit
194a007710
1 changed files with 8 additions and 0 deletions
|
@ -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() */
|
||||
#define CPU_6502 0
|
||||
#define CPU_65C02 1
|
||||
|
|
Loading…
Add table
Reference in a new issue