blob: 3ec0d98b22a50ccadfebee61cc787c4d41ae544b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Update the tunits task in the ttools package library
# Author: Bernie Simon, 11-jan-99
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$exit
libpkg.a:
abrev.x <tbset.h> "tunits.h"
convertcol.x <tbset.h>
factor.x "tunits.h"
parseunits.x <ctype.h> "parseunits.com"
tuniterr.x
tunits.x <tbset.h> "tunits.h"
unhash.x
units.x <tbset.h> "tunits.h"
unstr.x "tunits.h"
;
|