blob: 10371af40ccc197ef1d792cda2ccdb5e456fa94e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Update the tupar application code in the ttools package library
# Author: HODGE, 2-FEB-1988
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$exit
libpkg.a:
tupar.x <fset.h> <error.h> <tbset.h> "tupar.h"
tuinstr.x <ctype.h> <tbset.h> "tupar.h"
;
|