Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF
authorHeikki Linnakangas <[email protected]>
Thu, 1 Sep 2011 06:13:37 +0000 (09:13 +0300)
committerHeikki Linnakangas <[email protected]>
Thu, 1 Sep 2011 06:18:27 +0000 (09:18 +0300)
commita02e40990433e59dee14129c119184dcbca4c2e3
treef7cd457ede1fe94bc08a724ee9340a26df134e08
parent3505862a8d3e3b389ab926346061b7135fa44f79
Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF
ifdef block. It has nothing to do with whether the replacement snprintf
function is used. It caused no live bug, because the replacement snprintf
function is always used on Win32, but it was nevertheless misplaced.
src/include/port.h