root/compiler/nativeGen/NCG.h

Revision 50b33e329b3537a28e152ff71417d976443bd7b7, 345 bytes (checked in by Ian Lynagh <igloo@…>, 7 months ago)

Eliminate all uses of IF_ARCH_i386, and remove the definition

  • Property mode set to 100644
Line 
1/* -----------------------------------------------------------------------------
2
3   (c) The University of Glasgow, 1994-2004
4
5   Native-code generator header file - just useful macros for now.
6
7   -------------------------------------------------------------------------- */
8
9#ifndef NCG_H
10#define NCG_H
11
12#include "ghc_boot_platform.h"
13
14#endif
Note: See TracBrowser for help on using the browser.