mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-18 09:32:40 -05:00
pdbox: fix build on ARM with eabi
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26514 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a5555c08fe
commit
da2dd97705
1 changed files with 3 additions and 2 deletions
|
|
@ -121,7 +121,7 @@ typedef union word
|
||||||
int w_index;
|
int w_index;
|
||||||
} t_word;
|
} t_word;
|
||||||
|
|
||||||
typedef enum
|
enum
|
||||||
{
|
{
|
||||||
A_NULL,
|
A_NULL,
|
||||||
A_FLOAT,
|
A_FLOAT,
|
||||||
|
|
@ -135,7 +135,8 @@ typedef enum
|
||||||
A_DOLLSYM,
|
A_DOLLSYM,
|
||||||
A_GIMME,
|
A_GIMME,
|
||||||
A_CANT
|
A_CANT
|
||||||
} t_atomtype;
|
};
|
||||||
|
typedef unsigned int t_atomtype;
|
||||||
|
|
||||||
#define A_DEFSYMBOL A_DEFSYM /* better name for this */
|
#define A_DEFSYMBOL A_DEFSYM /* better name for this */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue