r38
Ben Hoyt
Move INIReaderTest.cpp to examples/ for consistency (#54)
Couple of tweaks to static lib makefile: * ".cpp.o" -> ".c.o" to get it to work * removed unused LDFLAGS and .SUFFIXES
Fix \r\n EOLs in baseline_stop_on_first_error.txt
Brush Technology -> Ben Hoyt
Small tweak for inline comments
Issue #55: handle empty value immediately followed by comment
Only define INI_INLINE_COMMENT_PREFIXES if it's not already defined