1 This is the change file for CWEB's COMMON under OS/2
2 (Contributed by Jim Nutt, jnutt@PrimeNet.Com, May 1995)
4 These changes tested with WATCOM C v10.0a.
5 No changes to CTANGLE or CWEAVE are needed with OS/2.
8 An omitted change file argument means that |"/dev/null"| should be used,
10 An omitted change file argument means that |"NUL"| should be used,
13 @x section 70 (this change copied from comm-pc.ch)
14 else if (*s=='/') dot_pos=NULL,name_pos=++s;
16 else if (*s == ':' || *s == '\\' || *s == '/')
17 dot_pos=NULL,name_pos=++s;
21 if (found_change<=0) strcpy(change_file_name,"/dev/null");
23 if (found_change<=0) strcpy(change_file_name,"NUL");