develooper Front page | perl.cvs.parrot | Postings from January 2009

[svn:parrot] r34739 - trunk/include/parrot

From:
rblasch
Date:
January 1, 2009 06:08
Subject:
[svn:parrot] r34739 - trunk/include/parrot
Message ID:
20090101140757.50CDACB9FA@x12.develooper.com
Author: rblasch
Date: Thu Jan  1 06:07:56 2009
New Revision: 34739

Modified:
   trunk/include/parrot/compiler.h

Log:
Applied patch #113 with modifications.  Courtesy bjoern.


Modified: trunk/include/parrot/compiler.h
==============================================================================
--- trunk/include/parrot/compiler.h	(original)
+++ trunk/include/parrot/compiler.h	Thu Jan  1 06:07:56 2009
@@ -21,7 +21,7 @@
  * See <http://msdn2.microsoft.com/en-us/library/ms235402(VS.80).aspx>,
  * <http://msdn2.microsoft.com/en-us/library/dabb5z75(VS.80).aspx>.
  */
-#if defined(_MSC_VER) && (_MSC_VER > 1300)
+#if defined(_MSC_VER) && (_MSC_VER >= 1400)
 #  define PARROT_HAS_SAL 1
 #  include <sal.h>
 #else



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About