Changeset 100 for branches/1.0/processor/string.m4
- Timestamp:
- 2006-08-27T05:45:38+02:00 (7 years ago)
- File:
-
- 1 edited
-
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 ')
Note: See TracChangeset
for help on using the changeset viewer.

