*fixed a compile issue.
This commit is contained in:
parent
70e4fc578a
commit
8c12439ba5
@ -97,6 +97,10 @@ static struct mb_interpreter_t* bas = 0;
|
||||
** Common
|
||||
*/
|
||||
|
||||
#ifndef _countof
|
||||
# define _countof(__a) (sizeof(__a) / sizeof(*(__a)))
|
||||
#endif /* _countof */
|
||||
|
||||
#ifndef _printf
|
||||
# define _printf printf
|
||||
#endif /* _printf */
|
||||
|
Loading…
x
Reference in New Issue
Block a user