From 4c8b4c0e04f95181357dd7137692f853edff44b7 Mon Sep 17 00:00:00 2001 From: lothar Date: Tue, 15 Sep 2009 13:35:15 +0000 Subject: [PATCH] remove bogus typedef --- packages/services/memalloc/common/v2_0/include/dlmallocimpl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/services/memalloc/common/v2_0/include/dlmallocimpl.hxx b/packages/services/memalloc/common/v2_0/include/dlmallocimpl.hxx index 2bf70ade..fad03ff4 100644 --- a/packages/services/memalloc/common/v2_0/include/dlmallocimpl.hxx +++ b/packages/services/memalloc/common/v2_0/include/dlmallocimpl.hxx @@ -102,7 +102,7 @@ public: typedef size_t Cyg_dlmalloc_size_t; - typedef struct malloc_chunk + struct malloc_chunk { Cyg_dlmalloc_size_t prev_size; /* Size of previous chunk (if free). */ Cyg_dlmalloc_size_t size; /* Size in bytes, including overhead. */ -- 2.39.2