home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / unix / archive / emx / patches / patch08 < prev    next >
Encoding:
Text File  |  1993-02-18  |  494 b   |  19 lines

  1. Subject: emx 0.8f patch #8: ctype.c
  2.  
  3. If compiling ctype1.c fails while rebuilding emxlibc.dll,
  4. you should apply the following patch to \emx\lib\ctype\ctype.c:
  5.  
  6. *** ctype.c~    Wed Feb 17 17:45:58 1993
  7. --- ctype.c    Wed Feb 17 17:45:58 1993
  8. ***************
  9. *** 1,6 ****
  10. --- 1,7 ----
  11.   /* ctype.c (emx+gcc) -- Copyright (c) 1990-1993 by Eberhard Mattes */
  12.   
  13.   #define _CTYPE_C
  14. + #define _CTYPE_FUN
  15.   
  16.   #include <ctype.h>
  17.   
  18. Eberhard Mattes (mattes@azu.informatik.uni-stuttgart.de)
  19.