blob: a6f4a7e10d3b6bc2c5491e27a3e0ebd81e9d09d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef __REAL_EINTERNAL_TMP_064_32MSB
#define __REAL_EINTERNAL_TMP_064_32MSB
#if BITS_PER_EMUSHORT == 32
#else /* BITS_PER_EMUSHORT != 32 */
#error ei_tmp_064_emu32msb.dfn: ERROR: Failed size of EMUSHORT data type.
#endif /* BITS_PER_EMUSHORT == 32 */
#endif /* __REAL_EINTERNAL_TMP_064_32MSB */
|