From c4bfba7c3d39965a24ea6e7d3f2549979a1f2f85 Mon Sep 17 00:00:00 2001 From: ross Date: Wed, 4 Sep 2002 16:46:40 +0000 Subject: [PATCH] [project @ 2002-09-04 16:46:40 by ross] Fix typo. --- include/CTypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) \ -- 1.7.10.4