diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-10-08 19:19:59 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-10-08 19:19:59 -0700 |
commit | c33144ef63e94a31b00d7e64a64049289e78aba8 (patch) | |
tree | b976935e415d917ab69b2115cc4b0dceb08fee28 | |
parent | 0177244ae791541e65c4ccfe201df21a7b748fc8 (diff) |
dlmalloc tweaks
-rw-r--r-- | src/dlmalloc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dlmalloc.c b/src/dlmalloc.c index 338e430e..672ca48d 100644 --- a/src/dlmalloc.c +++ b/src/dlmalloc.c @@ -1,3 +1,7 @@ + +#define __THROW +#define __attribute_malloc__ +#define __wur #include "emscripten.h" /* |