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

通讯编程

开发平台:

Visual C++

  1. Change file for wmerge, for OS/2 and WinNT and MSVC++ 2.2
  2. contributed May 1996 by Andreas Scherer, Aaxen University of TeXnology
  3. (scherer@physik.rwth-aachen.de)
  4. @x Line 594
  5. An omitted change file argument means that |'/dev/null'| should be used,
  6. @y
  7. An omitted change file argument means that |'NUL'| should be used,
  8. @z
  9. @x Line 620
  10.         else if (*s=='/') dot_pos=NULL,++s;
  11. @y
  12.         else if (*s==':' || *s=='\' || *s=='/') dot_pos=NULL,++s;
  13. @z
  14. @x Line 630
  15.   if (!found_change) strcpy(change_file_name,"/dev/null");
  16. @y
  17.   if (!found_change) strcpy(change_file_name,"NUL");
  18. @z