home *** CD-ROM | disk | FTP | other *** search
- *** orig/texinfo-.1/info/search.c Sun Aug 29 20:03:52 1993
- --- src/texinfo-.1/info/search.c Sun Aug 29 20:04:14 1993
- ***************
- *** 372,377 ****
- --- 372,378 ----
- return (i);
- }
-
- + #ifndef __MSDOS__
- /* Unix doesn't have stricmp () functions. */
- int
- stricmp (string1, string2)
- ***************
- *** 419,424 ****
- --- 420,426 ----
- }
- return (count);
- }
- + #endif /* __MSDOS__ */
-
- /* **************************************************************** */
- /* */
-