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
a41d833a
Commit
a41d833a
authored
Mar 09, 1999
by
sewardj
Browse files
[project @ 1999-03-09 14:27:06 by sewardj]
#ifdeffery to make it work with interpreter.
parent
b75f6d04
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/RtsStartup.c
View file @
a41d833a
/* -----------------------------------------------------------------------------
* $Id: RtsStartup.c,v 1.
8
1999/03/0
3
1
9:10:37 sof
Exp $
* $Id: RtsStartup.c,v 1.
9
1999/03/0
9
1
4:27:06 sewardj
Exp $
*
* (c) The GHC Team, 1998-1999
*
...
...
@@ -30,6 +30,7 @@
#include "LLC.h"
#endif
#ifdef COMPILER
#ifndef aix_TARGET_OS
/* AIX gives link errors with this as a const (RO assembler section) */
const
#endif
...
...
@@ -42,6 +43,7 @@ const
&
dummy_ret_closure
#endif
};
#endif
/*
* Flag Structure
...
...
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