X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FnativeGen%2FNCG.h;h=ac69c2666617ccb84774b7a4a5208625e37dc3ee;hb=23c94851fb2c98d345d913d35a5a12bbc3a346bd;hp=c4e409ec0b36922aee703bd2550d2f07ecaba85e;hpb=c06cba95f3a44d84b068bbd7af2557134bb8178a;p=ghc-hetmet.git diff --git a/ghc/compiler/nativeGen/NCG.h b/ghc/compiler/nativeGen/NCG.h index c4e409e..ac69c26 100644 --- a/ghc/compiler/nativeGen/NCG.h +++ b/ghc/compiler/nativeGen/NCG.h @@ -1,3 +1,5 @@ +#define COMMA , + #ifndef NCG_H #define NCG_H #if 0 @@ -53,7 +55,12 @@ you will screw up the layout where they are used in case expressions! # define BYTES_PER_WORD 8 # define BYTES_PER_WORD_STR "8" -# include "../../includes/alpha-dec-osf1.h" +# if osf1_TARGET_OS +# include "../../includes/alpha-dec-osf1.h" +# endif +# if osf3_TARGET_OS +# include "../../includes/alpha-dec-osf3.h" +# endif #endif #if i386_TARGET_ARCH