changeset 13718:a31c926fb0d5

Do not define __STDC__ under MSVC. * kpse.cc: Move #ifndef _MSC_VER up to skip definition of __STDC__.
author Michael Goffioul <michael.goffioul@gmail.com>
date Wed, 19 Oct 2011 20:30:22 +0100
parents f8eca611e18f
children 8547cde2a568
files liboctave/kpse.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/kpse.cc	Mon Oct 17 23:41:49 2011 -0400
+++ b/liboctave/kpse.cc	Wed Oct 19 20:30:22 2011 +0100
@@ -49,8 +49,8 @@
 #include <fcntl.h>
 #include <dirent.h>
 #elif defined(WIN32)
+#ifndef _MSC_VER
 #define __STDC__ 1
-#ifndef _MSC_VER
 #include "win32lib.h"
 #endif
 #endif /* not WIN32 */