Fixed model, 32/64bits detection on MacOS X

This commit is contained in:
Christophe Riccio
2011-12-18 20:05:02 +00:00
parent 7833ec3369
commit 1625a495a8
2 changed files with 4 additions and 12 deletions

View File

@@ -13,7 +13,7 @@
int test_compiler()
{
int Error = 0;
int Error(0);
switch(GLM_COMPILER)
{