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/?p=libs%2Fgui.git;a=commitdiff_plain;h=6b650fb6fb08c058221ca08d7982ee07147fec77;hp=051149e5026ff64f3ec477cf19080124b82de619 Compile OS X .m files in C99 mode Some features, such as // comments and mixed declarations and code, are not compatible with ANSI C. --- diff --git a/Build b/Build index 5ff4f78..75f7884 100644 --- a/Build +++ b/Build @@ -127,6 +127,10 @@ package "mspgui" { overlay "cgl"; }; + build_info + { + standard CC "c99"; + }; }; if_arch "!windows & !darwin" {