From 5f11bb72604661395e3ae43a1d10ccc76be532cf Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Thu, 3 Jun 2004 13:37:04 -0500 Subject: [svn-r8609] Purpose: bug fix Description: internal function opaque_check didn't have prototype. Platforms tested: no test needed for such a simple change. --- test/dtypes.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/dtypes.c b/test/dtypes.c index 61beb86..e1bc0a5 100644 --- a/test/dtypes.c +++ b/test/dtypes.c @@ -114,6 +114,7 @@ void some_dummy_func(float x); static hbool_t overflows(unsigned char *origin_bits, dtype_t src_dtype, size_t src_size_bytes, size_t dst_num_bits); static int my_isnan(dtype_t type, void *val); +static int opaque_check(int tag_it); /*------------------------------------------------------------------------- -- cgit v0.12