Avoid calling varargs functions using the FFI
authorSimon Marlow <marlowsd@gmail.com>
Fri, 9 May 2008 14:53:34 +0000 (14:53 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Fri, 9 May 2008 14:53:34 +0000 (14:53 +0000)
commit6473a780bd38170c6813b70a735c5e282b10d24c
tree7474dc8b2881bff74e7189512ec3128d53839ff2
parentbc5522e7bcd7ec7e1f691cc5cc703d8a35c6583c
Avoid calling varargs functions using the FFI
Calling varargs functions is explicitly deprecated according to the
FFI specification.  It used to work, just about, but it broke with the
recent changes to the via-C backend to not use header files.
Control/Exception.hs
Debug/Trace.hs
cbits/PrelIOUtils.c
include/HsBase.h