From: ross Date: Wed, 4 Sep 2002 16:46:40 +0000 (+0000) Subject: [project @ 2002-09-04 16:46:40 by ross] X-Git-Tag: nhc98-1-18-release~874 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c4bfba7c3d39965a24ea6e7d3f2549979a1f2f85;p=haskell-directory.git [project @ 2002-09-04 16:46:40 by ross] Fix typo. --- diff --git a/include/CTypes.h b/include/CTypes.h index 25b9ad8..a008e15 100644 --- a/include/CTypes.h +++ b/include/CTypes.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: CTypes.h,v 1.5 2002/09/04 16:05:29 simonmar Exp $ + * $Id: CTypes.h,v 1.6 2002/09/04 16:46:40 ross Exp $ * * Dirty CPP hackery for CTypes/CTypesISO * @@ -21,7 +21,7 @@ INSTANCE_NUM(T) ; \ INSTANCE_READ(T) ; \ INSTANCE_SHOW(T) ; \ INSTANCE_ENUM(T) ; \ -INSTANCE_STORABLE(T) : \ +INSTANCE_STORABLE(T) ; \ INSTANCE_TYPEABLE0(T,C,S) ; #define INTEGRAL_TYPE(T,C,S,B) \