win32: malloc.h: use alloca instead of (missing) _alloca
commitab8422c8e72f347230e61826198d08f8e1cdcdad
authorAvi Halachmi (:avih) <avihpit@yahoo.com>
Sun, 19 Jun 2016 06:48:14 +0000 (19 09:48 +0300)
committerAvi Halachmi (:avih) <avihpit@yahoo.com>
Sun, 19 Jun 2016 11:44:18 +0000 (19 14:44 +0300)
tree6cf523323dae2d6e8f938532e37eac02fb3ec774
parentb67951bed403cb23482432930dbca1256a40cc2c
win32: malloc.h: use alloca instead of (missing) _alloca

_alloca is not part of msvcrt (and therefore not found if used), and tcc has
an internal implementation for alloca for x86[_64] since d778bde7 - initally
as _alloca and later changed to alloca. Use it instead.
win32/include/malloc.h