Restore Storable's DEBUGME build after commit 591596833b093b3c
authorNicholas Clark <nick@ccl4.org>
Wed, 31 Jul 2013 10:32:27 +0000 (12:32 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 5 Aug 2013 12:54:19 +0000 (14:54 +0200)
commit304dad4c4ab670eacdc2f5034695fdca0e71da88
treefb2578befa60a3dfd3d1ddfdbb67b9684613fcc9
parent995b7ce2ef64356a230e10fc9f83f336c1c30d4d
Restore Storable's DEBUGME build after commit 591596833b093b3c

Storable.xs can conditionally compile debugging code if the C pre-processor
macro DEBUGME is defined. By default, it is not.

Commit 591596833b093b3c changed the name and purpose of the second argument
to the macro BLESS(), but missed updating the name in one location, within
code conditionally enabled by DEBUGME, hence breaking compilation with
DEBUGME.

Fix compilation by correcting that code to use the new macro parameter name.
dist/Storable/Storable.xs