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

[project @ 2000-02-24 12:34:18 by sewardj]

#ifdef wurbles to aid Win32 compilation.
parent e87d56ce
No related merge requests found
......@@ -7,8 +7,8 @@
* Hugs version 1.4, December 1997
*
* $RCSfile: interface.c,v $
* $Revision: 1.31 $
* $Date: 2000/02/14 11:13:11 $
* $Revision: 1.32 $
* $Date: 2000/02/24 12:34:18 $
* ------------------------------------------------------------------------*/
#include "prelude.h"
......@@ -2570,8 +2570,8 @@ Type type; {
Sym(shutdownHaskellAndExit) \
/* AJG Hack */
#if 0
/* AJG Hack; for the moment, make EXTERN_SYMS vanish on Win32 */
#ifdef _WIN32
#undef EXTERN_SYMS
#define EXTERN_SYMS
#endif
......
......@@ -9,8 +9,8 @@
* included in the distribution.
*
* $RCSfile: link.c,v $
* $Revision: 1.43 $
* $Date: 2000/02/14 11:13:11 $
* $Revision: 1.44 $
* $Date: 2000/02/24 12:34:19 $
* ------------------------------------------------------------------------*/
#include "prelude.h"
......@@ -759,5 +759,5 @@ assert(nonNull(namePMFail));
}
#undef pFun
#include "fooble.c"
//#include "fooble.c"
/*-------------------------------------------------------------------------*/
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