Overview
| Comment: | Fixed punctuation in cmp.m |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
366fd14505d87c2f73433bf6d4d64d43 |
| User & Date: | geraint@users.sourceforge.net on 2004-08-05 00:54:03.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2004-08-05
| ||
| 01:42:49 | Sorts components alphabetically within categories: internal ports, components, 0, 1. check-in: a887e74441 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
| 00:54:03 | Fixed punctuation in cmp.m check-in: 366fd14505 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
| 00:02:57 | Uses lbl2cmp_txt2m.pl to generate _cmp.m. check-in: 407dee0fc2 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/lbl2cmp_txt2m.pl
from [42b52a8ed4]
to [2d9036e052].
| ︙ | |||
275 276 277 278 279 280 281 | 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 | - + |
open (OUT, ">>$out") or
die "MTT: cannot open $out for writing.\n";
print OUT
"if (i == $i)\n" .
"\tcomp_type = '$component_type{$name}';\n" .
|