Changeset 11678 for trunk/glueforge/templates/psdb/alloc_c.tt
- Timestamp:
- Feb 6, 2007, 3:44:54 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/glueforge/templates/psdb/alloc_c.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/templates/psdb/alloc_c.tt
r9029 r11678 26 26 27 27 [% FOREACH item = table.columns -%] 28 [% IF item.type == "S32" or item.type == "F32" or item.type == "F64" or item.type == "BOOL" -%] 28 [% IF item.type == "U8" 29 or item.type == "U16" 30 or item.type == "U32" 31 or item.type == "U64" 32 or item.type == "S8" 33 or item.type == "S16" 34 or item.type == "S32" 35 or item.type == "S64" 36 or item.type == "F32" 37 or item.type == "F64" 38 or item.type == "BOOL" 39 -%] 29 40 if (!object->[% item.name %] == [% item.test %]) { 30 41 [% ELSIF item.type == "STR" -%]
Note:
See TracChangeset
for help on using the changeset viewer.
