Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
d8017aec
Commit
d8017aec
authored
Sep 09, 2004
by
sseefried
Browse files
[project @ 2004-09-09 05:42:26 by sseefried]
Added case to FP_LEADING_UNDERSCORE macro for darwin platform.
parent
d4a2fe2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
aclocal.m4
View file @
d8017aec
...
...
@@ -199,6 +199,7 @@ case $HostPlatform in
alpha-dec-osf*) fptools_cv_leading_underscore=no;;
*cygwin32) fptools_cv_leading_underscore=yes;;
*mingw32) fptools_cv_leading_underscore=yes;;
*darwin) fptools_cv_leading_underscore=yes;;
*) AC_TRY_RUN([#ifdef HAVE_NLIST_H
#include <nlist.h>
struct nlist xYzzY1[] = {{"xYzzY1", 0},{0}};
...
...
Write
Preview
Supports
Markdown
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