llvm-6502/include
2009-12-21 20:19:37 +00:00
..
llvm Remove uber-gross hack. The define _snprintf to snprintf is invalid due to two reasons: 1. Accroding to C++ standard snprintf should be available in std namespace (and __gnu_cxx in case of GCC to). Such ifdef will change all snprintf's to _snprintf's, but won't bring snprintf to all necessary namespaces. Thus e.g. any locale-using code on mingw will yield an error (include this file + string to see the result) 2. MSVCRT's _snprintf does not comply with C99 standard. Standard one is snprintf. 2009-12-21 20:19:37 +00:00
llvm-c improve compatibility with SWIG, patch by James Knight! 2009-12-21 07:52:40 +00:00