Skip to content
Snippets Groups Projects
Commit a41d833a authored by Julian Seward's avatar Julian Seward
Browse files

[project @ 1999-03-09 14:27:06 by sewardj]

#ifdeffery to make it work with interpreter.
parent b75f6d04
No related merge requests found
/* -----------------------------------------------------------------------------
* $Id: RtsStartup.c,v 1.8 1999/03/03 19:10:37 sof Exp $
* $Id: RtsStartup.c,v 1.9 1999/03/09 14: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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment