From 1e19964440e69468fb9424ab5efb5a2da88d656c Mon Sep 17 00:00:00 2001 From: panne Date: Thu, 6 Apr 2000 13:41:16 +0000 Subject: [PATCH] [project @ 2000-04-06 13:41:16 by panne] added reminder to keep StgTypes.h in synch with HsFFI.h --- ghc/includes/StgTypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/includes/StgTypes.h b/ghc/includes/StgTypes.h index 50ad8f0..2e165df 100644 --- a/ghc/includes/StgTypes.h +++ b/ghc/includes/StgTypes.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: StgTypes.h,v 1.9 2000/04/05 14:26:31 panne Exp $ + * $Id: StgTypes.h,v 1.10 2000/04/06 13:41:16 panne Exp $ * * (c) The GHC Team, 1998-1999 * @@ -17,7 +17,7 @@ StgInt Signed version of StgWord StgAddr Generic address type - + * WARNING: Keep this file and HsFFI.h in synch! * * ---------------------------------------------------------------------------*/ -- 1.7.10.4