diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-07-19 10:50:57 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-07-20 10:09:11 +0200 |
commit | 426f6eb2689a2b8ae5801b1ecd82f29830912495 (patch) | |
tree | 1bec2b0d433c8663a807b96272a733b5fee292b5 /perl.h | |
parent | 60a69412236904047ea059c3b9234a3607a81f58 (diff) | |
download | perl-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.
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |