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