IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2007, 3:44:54 PM (19 years ago)
Author:
jhoblitt
Message:

add missing ';'s

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/alloc_c.tt

    r9029 r11678  
    2626
    2727[% 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-%]
    2940        if (!object->[% item.name %] == [% item.test %]) {
    3041[% ELSIF item.type == "STR" -%]
Note: See TracChangeset for help on using the changeset viewer.