home *** CD-ROM | disk | FTP | other *** search
- *** orig/texinfo-.1/info/info-uti.c Sun Aug 29 18:40:56 1993
- --- src/texinfo-.1/info/info-uti.c Sun Sep 26 12:43:00 1993
- ***************
- *** 29,35 ****
- --- 29,39 ----
-
- /* When non-zero, various display and input functions handle ISO Latin
- character sets correctly. */
- + #if defined (__GO32__)
- + int ISO_Latin_p = 1;
- + #else /* __GO32__ */
- int ISO_Latin_p = 0;
- + #endif /* __GO32__ */
-
- /* Variable which holds the most recent filename parsed as a result of
- calling info_parse_xxx (). */
-