Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
7a1528bc
Commit
7a1528bc
authored
Apr 25, 1999
by
Mumit Khan
Committed by
Jeff Law
Apr 24, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* choose-temp.c (DIR_SEPARATOR): Use '\\' only for native windows32.
From-SVN: r26619
parent
7af06410
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libiberty/ChangeLog
+4
-0
libiberty/choose-temp.c
+1
-1
No files found.
libiberty/ChangeLog
View file @
7a1528bc
Sun Apr 25 01:18:21 1999 Mumit Khan <khan@xraylith.wisc.edu>
* choose-temp.c (DIR_SEPARATOR): Use '\\' only for native windows32.
1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
Fix from Dale Hawkins:
...
...
libiberty/choose-temp.c
View file @
7a1528bc
...
...
@@ -48,7 +48,7 @@ Boston, MA 02111-1307, USA. */
extern
int
mkstemps
();
#ifndef IN_GCC
#if defined (__MSDOS__) ||
defined (_WIN32
)
#if defined (__MSDOS__) ||
(defined (_WIN32) && ! defined (__CYGWIN__) && ! defined (_UWIN)
)
#define DIR_SEPARATOR '\\'
#endif
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment