perl plugin: Work around a redefinition of DEBUG in perl.h.
authorSebastian Harl <sh@tokkee.org>
Sat, 12 May 2007 11:47:19 +0000 (13:47 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Sun, 13 May 2007 15:14:10 +0000 (17:14 +0200)
commit22a81e3a5ba8e38efe90779d10d8ed6020270c82
tree75002c83594d13070d2dd9dfdab91b87c101aed3
parentcaa30bd46d739c5527d59106e07568ad9056d99e
perl plugin: Work around a redefinition of DEBUG in perl.h.

Some versions of Perl define their own verion of DEBUG in perl.h overwriting
the definition found in plugin.h. This works around this issue.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
src/perl.c