Eli Zaretskii's DOSish file name patches.

This commit is contained in:
Alan Modra
2000-05-26 13:11:57 +00:00
parent 010c70e10f
commit 5af11cab92
31 changed files with 692 additions and 616 deletions

View File

@@ -72,6 +72,9 @@ DEFUN (gmon_out_read, (filename), const char *filename)
if (strcmp (filename, "-") == 0)
{
ifp = stdin;
#ifdef SET_BINARY
SET_BINARY (fileno (stdin));
#endif
}
else
{