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