home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / rcs / rcs56src / source / diff / version.c < prev   
Encoding:
C/C++ Source or Header  |  1991-09-30  |  238 b   |  12 lines

  1. /* Version number of GNU diff.  */
  2. /*
  3.    Modified for DOS and OS/2 on 1991/09/14 by Kai Uwe Rommel
  4.     <rommel@informatik.tu-muenchen.de>.
  5. */
  6.  
  7. char *version_string = "1.15-ms";
  8.  
  9. #ifdef __TURBOC__
  10. unsigned _stklen = 0x8000;
  11. #endif
  12.