tinycc/win32
Avi Halachmi (:avih) ab8422c8e7 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.
2016-06-19 14:44:18 +03:00
..
examples Add a demo.bat file to the examples directory on Windows 2015-04-10 07:46:04 +03:00
include win32: malloc.h: use alloca instead of (missing) _alloca 2016-06-19 14:44:18 +03:00
lib win32: Add missing header files for nginx compilation 2016-04-13 06:51:59 +03:00
tools tiny_libmaker: more robust arguments interpretation 2016-06-19 14:43:46 +03:00
vs2015 win32: Better VS2015 solution and project files 2016-04-13 11:10:13 +03:00
build-tcc.bat VS2015 solution and project files 2016-04-13 06:29:24 +03:00
tcc-win32.txt i386-gen: preserve fp control word in gen_cvt_ftoi 2013-08-28 22:55:05 +02:00