beta-0.89.2
[luatex.git] / source / texk / web2c / cwebdir / comm-pc.ch
blobe69bafb5244db7ad9b3abef74919688d6e51f070
1 This is the change file for CWEB's COMMON under DOS
2 (Contributed by Lee Wittenberg, March 1993)
4 Changes necessary for compiling with Borland C/C++
5 Use compilation switches -mc -w-pro -Ff=5000
7 Note: The change to section 27 is not necessary if using a compiler
8 that allows >64K arrays.
10 @x section 27
11 @d max_bytes 90000 /* the number of bytes in identifiers,
13 @d max_bytes (unsigned)60000 /* the number of bytes in identifiers,
16 @x section 69
17 An omitted change file argument means that |"/dev/null"| should be used,
19 An omitted change file argument means that |"NUL"| should be used,
22 @x section 70 (this change copied from comm-bs.ch, July 94)
23         else if (*s=='/') dot_pos=NULL,name_pos=++s;
25         else if (*s == ':' || *s == '\\' || *s == '/')
26           dot_pos=NULL,name_pos=++s;
29 @x section 70
30   if (found_change<=0) strcpy(change_file_name,"/dev/null");
32   if (found_change<=0) strcpy(change_file_name,"NUL");