blob: 241203bfa31fe4848d2cefae4c4bebdf68723cc0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Update the texpand application code in the ttools package library
# Author: B.Simon, 20-APR-1989
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$exit
libpkg.a:
dbgrules.x <tbset.h>
lexer.x "lexoper.h"
mkrules.x
movelem.x <tbset.h>
movtbrow.x <tbset.h>
parser.x "lexoper.h"
pushstack.x <tbset.h>
span.x
texpand.x
userules.x <tbset.h>
;
|