Changeset 4011 for trunk/glueforge/glueforge.in
- Timestamp:
- May 20, 2005, 2:37:43 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/glueforge/glueforge.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/glueforge.in
r4006 r4011 3 3 # Copyright (C) 2005 Joshua Hoblitt 4 4 # 5 # $Id: glueforge.in,v 1.1 4 2005-05-20 22:53:49jhoblitt Exp $5 # $Id: glueforge.in,v 1.15 2005-05-21 00:37:43 jhoblitt Exp $ 6 6 7 7 use strict; … … 98 98 'createtable_c.tt' => "$output/tests/createtable.c", 99 99 'droptable_c.tt' => "$output/tests/droptable.c", 100 'insert_c.tt' => "$output/tests/insert.c", 100 101 ); 101 102 … … 162 163 return { 163 164 ctype => "bool", 164 mtype => 'PS_META_ STR',165 mtype => 'PS_META_BOOL', 165 166 test => 'true', 166 167 };
Note:
See TracChangeset
for help on using the changeset viewer.
