From: Vincent Pit Date: Sat, 24 Apr 2010 13:05:22 +0000 (+0200) Subject: MY_CXT_INIT can be a declaration, so put it in a block to be strictly conformant... X-Git-Tag: rt57699~3 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;ds=sidebyside;h=7328cc91a653de36dc35a3972821f77db9e1ca73;hp=7328cc91a653de36dc35a3972821f77db9e1ca73;p=perl%2Fmodules%2Findirect.git MY_CXT_INIT can be a declaration, so put it in a block to be strictly conformant to C89 Thanks Jan Dubois for reporting. ---