From 3877b99d32c22ccf68f8d1d46f5c7ab0c5dabdc4 Mon Sep 17 00:00:00 2001 From: sewardj <unknown> Date: Mon, 18 Jan 1999 15:23:30 +0000 Subject: [PATCH] [project @ 1999-01-18 15:23:30 by sewardj] Completed support for GAMMA_VAR. --- ghc/includes/Assembler.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ghc/includes/Assembler.h b/ghc/includes/Assembler.h index f318000e9ae9..105acf3cf18f 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 */ -- GitLab