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