1
1
This commit was SVN r700.
Этот коммит содержится в:
David Daniel 2004-02-10 20:01:11 +00:00
родитель a3eef8ee5c
Коммит 27bdf6a4b1

Просмотреть файл

@ -10,6 +10,7 @@
#include "lam_config.h"
#include "lam/stdint.h"
#include "datatype.h"
#define ALIGNED32(X) (((uint32_t)(X) & (uint32_t) 3) == (uint32_t) 0 ? 1 : 0)