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:
Rafaël Carré 2010-06-03 15:27:59 +00:00
parent a5555c08fe
commit da2dd97705

View file

@ -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 */