home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / TEKST / LACHEC18 / SRC / PATCHES.OS2 < prev   
Text File  |  1993-08-08  |  720b  |  31 lines

  1. Only in src: lacheck-32.def
  2. Only in src: lacheck.def
  3. diff -c old/lacheck.lex src/lacheck.lex
  4. *** old/lacheck.lex    Fri Jul 30 22:23:00 1993
  5. --- src/lacheck.lex    Sun Aug 08 13:23:04 1993
  6. ***************
  7. *** 48,54 ****
  8. --- 48,56 ----
  9.   #include <string.h>
  10.   /* #include <sys/param.h> */
  11.   
  12. + #ifndef OS2
  13.   extern char *realloc();
  14. + #endif
  15.   
  16.   #ifdef NEED_STRSTR
  17.   char *strstr();
  18. ***************
  19. *** 842,848 ****
  20. --- 844,852 ----
  21.             else
  22.         {
  23.              --istackp;
  24. + #ifndef OS2        /* bugfix, not OS/2-specific */
  25.              fclose(tmp_yyin);
  26. + #endif
  27.              free(tmp_file_name);
  28.              printf("\"%s\", line %d: Could not open \"%s\"\n", 
  29.               file_name,
  30. Only in src: makefile.os2
  31.