IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 13, 2005, 11:59:50 AM (21 years ago)
Author:
jhoblitt
Message:

fix prototype

File:
1 edited

Legend:

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

    r3909 r3928  
    77
    88[% object_name %] *[% object_name %]Alloc(
     9[%- SET i = 0 -%]
    910[% FOREACH item = columns -%]
    10     [% indented("$item.ctype", "$item.name") %];
     11[% IF i == 0 %][% i = 1 %][% ELSE %],[% END %]
     12    [% indented("$item.ctype", "$item.name") %]
     13[% i = i + 1 -%]
    1114[% END -%]
    1215);
     16
     17
Note: See TracChangeset for help on using the changeset viewer.