blob: 79b6f2f75508b9a64bd392ddbf7675f0d3b2b7c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
12/5/90 pmC.tex and pmCs.tex modified to correct
a) bad reference to jisfontsetfalse
b) ugly mass of glue on each beginchinese call
12/7/90 No changes made to files, but note:
in pmfont.c:
on some systems the #include <string.h>
needs to be #include <strings.h>
If I were a comparative C programmer instead
of a linguist, I could probably tell you where
each is current. My dialect says string. (My
dialect is standard, of course).
for some compilers, the main() declaration
in line 81 which is now
main(int argc,char *argv[])
needs to be rewritten as:
main(argc,argv)
int argc;
char *argv[];
Or one can probably set a switch to enable to
the ANSI form of declaration, but who wants to
guess about which switches are honored where
7/17/91 dvixx050.zip placed in ftp area for use with
MSDOS and HP LaserJet ( & compatible ) printers.
|