X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FAssembler.h;h=22244f6257b4a7880136eabc77b00fd98c5d9f56;hb=6f567769b9c26ae5886a9f766fc7373831196ba1;hp=f27154ebc2637994719c6b508dc2905cc7b8e8b2;hpb=b619d74d6d72f0ee748ae3f198a76db58e0272bd;p=ghc-hetmet.git diff --git a/ghc/includes/Assembler.h b/ghc/includes/Assembler.h index f27154e..22244f6 100644 --- a/ghc/includes/Assembler.h +++ b/ghc/includes/Assembler.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------------- - * $Id: Assembler.h,v 1.15 2000/06/15 13:18:08 daan Exp $ + * $Id: Assembler.h,v 1.16 2000/06/27 09:18:04 sewardj Exp $ * * (c) The GHC Team 1994-1998. * @@ -15,18 +15,6 @@ /* ToDo: put this somewhere more sensible */ extern void DEBUG_LoadSymbols( char *name ); -/* Make this compilable with Visual C++ */ -#ifndef HAVE_INT64 -#define HAVE_INT64 -#ifdef _MSC_VER -typedef __int64 int64; -typedef unsigned __int64 nat64; -#else -typedef long long int64; -typedef unsigned long long nat64; -#endif -#endif - /* This file is supposed to be somewhat self-contained because it is one * of the major external interfaces to the runtime system. * Keeping it self-contained reduces the chance of conflict with Hugs