Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
fef3313b
Commit
fef3313b
authored
Mar 14, 1997
by
sof
Browse files
[project @ 1997-03-14 03:44:04 by sof]
AIX const removal hack
parent
fff89d35
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/runtime/main/SMRep.lc
View file @
fef3313b
...
...
@@ -18,6 +18,10 @@ These are the single, global static instances of each rep table type.
#include "rtsdefs.h"
#include "../storage/SMinternal.h"
#ifdef aix_TARGET_OS /* AIX gives link errors with consts in this file (RO assembler section) */
#define const /* */
#endif
EXTFUN(_PRIn_0);
EXTFUN(_PRIn_1);
EXTFUN(_PRIn_2);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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