Changeset 100 for branches/1.0
- Timestamp:
- 08/27/2006 03:45:38 AM (2 years ago)
- Files:
-
- 1 modified
-
branches/1.0/processor/string.m4 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/processor/string.m4
r11 r100 38 38 IFSTORE(`$1 = (STRTYPE *) xc_store_string_n(processor, ISTYPE, (char *) $2, `$3' IFASSERT(`, __LINE__'));') 39 39 IFRESTORE(` 40 ALLOC(`$1', `STRTYPE', ` sizeof(STRTYPE) *($3)')40 ALLOC(`$1', `STRTYPE', `($3)') 41 41 memcpy($1, $2, sizeof(STRTYPE) * ($3)); 42 42 ')

