From 03a14b8e894601ce7c9a610c99afc9b9c4e2d8f6 Mon Sep 17 00:00:00 2001 From: panne <unknown> Date: Tue, 25 Jan 2000 14:36:53 +0000 Subject: [PATCH] [project @ 2000-01-25 14:36:53 by panne] Added note about necessary synching with MachDeps.h and fixed a small typo --- ghc/includes/StgTypes.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ghc/includes/StgTypes.h b/ghc/includes/StgTypes.h index da20c3349b9c..35f4fa7b685d 100644 --- a/ghc/includes/StgTypes.h +++ b/ghc/includes/StgTypes.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: StgTypes.h,v 1.6 1999/07/15 16:11:29 panne Exp $ + * $Id: StgTypes.h,v 1.7 2000/01/25 14:36:53 panne Exp $ * * (c) The GHC Team, 1998-1999 * @@ -27,6 +27,7 @@ /* * First, platform-dependent definitions of size-specific integers. * Assume for now that the int type is 32 bits. + * NOTE: Synch the following definitions with MachDeps.h! * ToDo: move these into a platform-dependent file. */ @@ -41,7 +42,7 @@ typedef unsigned short StgWord16; typedef signed int StgInt32; typedef unsigned int StgWord32; #else -#error GHC untested on this architecture: sizeof(unisgned int) != 4 +#error GHC untested on this architecture: sizeof(unsigned int) != 4 #endif /* This #define controls whether we need to support long longs on a particular -- GitLab