dvitomp fix from Akira
[mplib] / src / texk / web2c / cwebdir / comm-os2.ch
1 This is the change file for CWEB's COMMON under OS/2
2 (Contributed by Jim Nutt, jnutt@PrimeNet.Com, May 1995)
3
4 These changes tested with WATCOM C v10.0a.
5 No changes to CTANGLE or CWEAVE are needed with OS/2.
6
7 @x section 69
8 An omitted change file argument means that |"/dev/null"| should be used,
9 @y
10 An omitted change file argument means that |"NUL"| should be used,
11 @z
12
13 @x section 70 (this change copied from comm-pc.ch)
14         else if (*s=='/') dot_pos=NULL,name_pos=++s;
15 @y
16         else if (*s == ':' || *s == '\\' || *s == '/')
17           dot_pos=NULL,name_pos=++s;
18 @z
19
20 @x section 70
21   if (found_change<=0) strcpy(change_file_name,"/dev/null");
22 @y
23   if (found_change<=0) strcpy(change_file_name,"NUL");
24 @z