blob: 932401650041d3d509ba8ff91ccf9f2060a78e94 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Update the tdiffer application code in the ttools package library
# Author: B.Simon, 14-JUN-88
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$exit
libpkg.a:
tbldiff.x <tbset.h>
tdiffer.x <tbset.h>
;
|