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)
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


No differences found