From: lothar Date: Tue, 15 Sep 2009 13:35:15 +0000 (+0000) Subject: remove bogus typedef X-Git-Tag: v1.5.3~40 X-Git-Url: https://git.karo-electronics.de/?p=karo-tx-redboot.git;a=commitdiff_plain;h=4c8b4c0e04f95181357dd7137692f853edff44b7 remove bogus typedef --- 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. */