perl-module: Avoid compiler warning from conflicting "my_strftime" macros.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 21 Apr 2010 04:20:30 +0000 (21:20 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 22 Apr 2010 03:30:43 +0000 (20:30 -0700)
commit2982877c3189067133f51d199c53e01453ae9ebb
tree824e7aa64ae69b1cbdd8e73f169b4d63056d4505
parent4d7023be844267d0c64053f09d8409059ab9c8ee
perl-module: Avoid compiler warning from conflicting "my_strftime" macros.

Avoids the following warnings:

In file included from /usr/lib/perl/5.10/CORE/perl.h:953,
                 from PSPP.xs:23:
/usr/lib/perl/5.10/CORE/embed.h:2803:1: warning: "my_strftime" redefined
In file included from PSPP.xs:20:
/home/blp/pspp/output/_build/config.h:1968:1: warning: this is the location of the previous definition
perl-module/PSPP.xs