Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
4e3eebb8
Commit
4e3eebb8
authored
Mar 24, 1997
by
sof
Browse files
[project @ 1997-03-24 06:03:28 by sof]
cygwin32 has leading underscores
parent
06b618af
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc/compiler/nativeGen/MachMisc.lhs
View file @
4e3eebb8
...
...
@@ -70,8 +70,10 @@ underscorePrefix
,{-else-} IF_ARCH_i386(
IF_OS_linuxaout(True
, IF_OS_freebsd(True
, IF_OS_cygwin32(True
, IF_OS_bsdi(True
, {-otherwise-} False)))
)
,{-else-}IF_ARCH_sparc(
IF_OS_sunos4(True, {-otherwise-} False)
,)))
...
...
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