mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
16 lines
251 B
C
16 lines
251 B
C
/*
|
|
* DO NOT EDIT -- generated by the Makefile
|
|
*/
|
|
|
|
|
|
#if !defined(__MUST_ALIGN32_H__)
|
|
#define __MUST_ALIGN32_H__
|
|
|
|
|
|
/* must we always align 32 bit accesses? */
|
|
/* forced to align 32 bit values */
|
|
#define MUST_ALIGN32
|
|
|
|
|
|
#endif /* !__MUST_ALIGN32_H__ */
|