File: comm-amiga.ch

package info (click to toggle)
cweb 3.4g-15
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 804 kB
  • ctags: 413
  • sloc: ansic: 2,247; lisp: 442; makefile: 188; sh: 4
file content (17 lines) | stat: -rw-r--r-- 544 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This is the change file for CWEB's COMMON on the Amiga
(Contributed by Tomas Rokicki, June 1993)

With Lattice C 5.1, use compilation switches -b0 -r0, and ignore the
compiler warnings. With SAS 6.0, use compilation switches Code=far Data=far.

@x section 69
An omitted change file argument means that |"/dev/null"| should be used,
@y
An omitted change file argument means that |"nil:"| should be used,
@z

@x section 70
  if (found_change<=0) strcpy(change_file_name,"/dev/null");
@y
  if (found_change<=0) strcpy(change_file_name,"nil:");
@z