Skip to content
Snippets Groups Projects
Commit 67a99b0c authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-04-27 12:30:26 by simonm]

Remove PrelBase_Bool_closure_tbl; this is now generated automatically.
parent 392f58c8
No related merge requests found
/* -----------------------------------------------------------------------------
* $Id: RtsStartup.c,v 1.9 1999/03/09 14:27:06 sewardj Exp $
* $Id: RtsStartup.c,v 1.10 1999/04/27 12:30:26 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
......@@ -30,21 +30,6 @@
#include "LLC.h"
#endif
#ifdef COMPILER
#ifndef aix_TARGET_OS /* AIX gives link errors with this as a const (RO assembler section) */
const
#endif
StgClosure *PrelBase_Bool_closure_tbl[] = {
#ifndef HAVE_WIN32_DLL_SUPPORT
&False_closure,
&True_closure
#else
&dummy_ret_closure,
&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