home *** CD-ROM | disk | FTP | other *** search
- *** orig/texinfo-.1/info/general.h Sun Aug 29 21:01:52 1993
- --- src/texinfo-.1/info/general.h Sun Aug 29 21:02:22 1993
- ***************
- *** 78,81 ****
- --- 78,89 ----
- # define zero_mem(mem, length) bzero (mem, length)
- #endif /* !BZERO_MISSING */
-
- + #ifdef __MSDOS__
- + #define PATH_SEPARATOR_CHAR ';'
- + #define PATH_SEPARATOR_STR ";"
- + #else
- + #define PATH_SEPARATOR_CHAR ':'
- + #define PATH_SEPARATOR_STR ":"
- + #endif
- +
- #endif /* !_GENERAL_H_ */
-