home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / diffs / texinfo-.1 / info / info-uti.c < prev    next >
Encoding:
Text File  |  1993-11-28  |  522 b   |  17 lines

  1. *** orig/texinfo-.1/info/info-uti.c    Sun Aug 29 18:40:56 1993
  2. --- src/texinfo-.1/info/info-uti.c    Sun Sep 26 12:43:00 1993
  3. ***************
  4. *** 29,35 ****
  5. --- 29,39 ----
  6.   
  7.   /* When non-zero, various display and input functions handle ISO Latin
  8.      character sets correctly. */
  9. + #if defined (__GO32__)
  10. + int ISO_Latin_p = 1;
  11. + #else /* __GO32__ */
  12.   int ISO_Latin_p = 0;
  13. + #endif /* __GO32__ */
  14.   
  15.   /* Variable which holds the most recent filename parsed as a result of
  16.      calling info_parse_xxx (). */
  17.