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