Changeset 1049
- Timestamp:
- 07/26/2012 05:43:51 AM (10 months ago)
- Files:
-
- 1 modified
-
trunk/processor/struct.m4 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/processor/struct.m4
r930 r1049 32 32 IFAUTOCHECK(` 33 33 /* {{{ init assert */ 34 ifdef(`SIZEOF_$1', , `m4_errprint(` missing SIZEOF_$1, safe to ignore')')35 ifdef(`COUNTOF_$1', , `m4_errprint(` missing COUNTOF_$1, safe to ignore')')34 ifdef(`SIZEOF_$1', , `m4_errprint(`Warning: missing SIZEOF_$1, safe to ignore')') 35 ifdef(`COUNTOF_$1', , `m4_errprint(`Warning: missing COUNTOF_$1, safe to ignore')') 36 36 dnl SIZEOF_x COUNTOF_x can be both defined or both not 37 37 ifdef(`SIZEOF_$1', `

