This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
FAIL_OK looks too much like a constant [RT##118279]
[perl5.git] / EXTERN.h
index 2fd3731..2aa77db 100644 (file)
--- a/EXTERN.h
+++ b/EXTERN.h
@@ -29,7 +29,7 @@
 #  define dEXTCONST globaldef {"$GLOBAL_RO_VARS"} readonly
 #else
 #  if (defined(WIN32) || defined(__SYMBIAN32__)) && !defined(PERL_STATIC_SYMS)
-/* miniperl should not export anything */
+    /* miniperl should not export anything */
 #    if defined(PERL_IS_MINIPERL) && !defined(UNDER_CE) && defined(_MSC_VER)
 #      define EXT extern
 #      define dEXT 
@@ -45,8 +45,8 @@
 #        define EXT extern __declspec(dllimport)
 #        define dEXT 
 #        define EXTCONST extern __declspec(dllimport) const
-#       define dEXTCONST const
-#     endif
+#        define dEXTCONST const
+#      endif
 #    endif
 #  else
 #    if defined(__CYGWIN__) && defined(USEIMPORTLIB)