diff packages/services/memalloc/common/current/include/dlmallocimpl.hxx @ 2580:07fc475e1c28

Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs. Add STM32 serial driver and on-chip flash driver. Fix some compile problems with dlmalloc. See the various ChangeLogs for details.
author nickg
date Mon, 03 Nov 2008 14:53:50 +0000
parents d2c90368aeef
children 74dbf4c3f2e1
line wrap: on
line diff
--- a/packages/services/memalloc/common/current/include/dlmallocimpl.hxx
+++ b/packages/services/memalloc/common/current/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. */