comm-amiga.ch
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. This is the change file for CWEB's COMMON on the Amiga
  2. (Contributed by Tomas Rokicki, June 1993)
  3. With Lattice C 5.1, use compilation switches -b0 -r0, and ignore the
  4. compiler warnings. With SAS 6.0, use compilation switches Code=far Data=far.
  5. @x section 69
  6. An omitted change file argument means that |"/dev/null"| should be used,
  7. @y
  8. An omitted change file argument means that |"nil:"| should be used,
  9. @z
  10. @x section 70
  11.   if (found_change<=0) strcpy(change_file_name,"/dev/null");
  12. @y
  13.   if (found_change<=0) strcpy(change_file_name,"nil:");
  14. @z