From: sewardj Date: Mon, 18 Jan 1999 15:23:30 +0000 (+0000) Subject: [project @ 1999-01-18 15:23:30 by sewardj] X-Git-Tag: Approx_2487_patches~65 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3877b99d32c22ccf68f8d1d46f5c7ab0c5dabdc4;p=ghc-hetmet.git [project @ 1999-01-18 15:23:30 by sewardj] Completed support for GAMMA_VAR. --- diff --git a/ghc/includes/Assembler.h b/ghc/includes/Assembler.h index f318000..105acf3 100644 --- a/ghc/includes/Assembler.h +++ b/ghc/includes/Assembler.h @@ -5,8 +5,8 @@ * Copyright (c) 1994-1998. * * $RCSfile: Assembler.h,v $ - * $Revision: 1.2 $ - * $Date: 1998/12/02 13:20:52 $ + * $Revision: 1.3 $ + * $Date: 1999/01/18 15:23:30 $ * * NB This is one of the few files shared between Hugs and the runtime system, * so it is very important that it not conflict with either and that it not @@ -118,6 +118,7 @@ typedef enum { PTR_REP = 'P', ALPHA_REP = 'a', /* a */ BETA_REP = 'b', /* b */ + GAMMA_REP = 'c', /* c */ BOOL_REP = 'B', /* Bool */ IO_REP = 'i', /* IO a */ HANDLER_REP = 'H', /* Exception -> IO a */