From: Mikko Rasa Date: Sat, 11 Oct 2014 09:43:36 +0000 (+0300) Subject: Compile OS X .m files in C99 mode X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=6b650fb6fb08c058221ca08d7982ee07147fec77;hp=6b650fb6fb08c058221ca08d7982ee07147fec77;p=libs%2Fgui.git Compile OS X .m files in C99 mode Some features, such as // comments and mixed declarations and code, are not compatible with ANSI C. ---