diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2012-10-11 13:08:45 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2012-10-11 13:08:45 +0100 |
commit | def6ed225c88257d6c50813a8212783f0d267e0e (patch) | |
tree | d4c55064c552f3f10f8f0f652f21059bd45b9b92 /EXTERN.h | |
parent | a19baa613c9769701790afd2f9ebfc422a1e97e7 (diff) | |
download | perl-def6ed225c88257d6c50813a8212783f0d267e0e.tar.gz |
Fix indentation after a19baa613c
Diffstat (limited to 'EXTERN.h')
-rw-r--r-- | EXTERN.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |