blob: bca1de41e34cfc6725473557908b89c9c5592699 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* -----------------------------------------------------------------------------
(c) The University of Glasgow, 1994-2004
Native-code generator header file - just useful macros for now.
-------------------------------------------------------------------------- */
#ifndef NCG_H
#define NCG_H
#include "ghc_boot_platform.h"
#endif
|