summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-07-19 10:50:57 +0200
committerNicholas Clark <nick@ccl4.org>2011-07-20 10:09:11 +0200
commit426f6eb2689a2b8ae5801b1ecd82f29830912495 (patch)
tree1bec2b0d433c8663a807b96272a733b5fee292b5
parent60a69412236904047ea059c3b9234a3607a81f58 (diff)
downloadperl-426f6eb2689a2b8ae5801b1ecd82f29830912495.tar.gz
Remove an erroneous space from PL_bincompat_options for HAVE_INTERP_INTERN.
This was inadvertently added as part of eba804b9d4475c6d, but only causes t/porting/bincompat.t to fail on those platforms that define HAVE_INTERP_INTERN. It's always the really subtle things that catch you out.
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 7304e05614..b107160b8c 100644
--- a/perl.h
+++ b/perl.h
@@ -4636,7 +4636,7 @@ EXTCONST char PL_bincompat_options[] =
" HAS_TIMES"
# endif
# ifdef HAVE_INTERP_INTERN
- " HAVE_INTERP_INTERN"
+ " HAVE_INTERP_INTERN"
# endif
# ifdef MULTIPLICITY
" MULTIPLICITY"