X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=perl-module%2FPSPP.xs;h=ca3f873ae110be68520c63a09c4f4601ca623c06;hb=d01297fc4e5e2c48ca66c00cd78569217a5b5bc1;hp=bc7961e6e7fcf717457e4afca000894bd1486625;hpb=13c66bad6d4df1f3f5223d799d4bcd6ed8b0446a;p=pspp diff --git a/perl-module/PSPP.xs b/perl-module/PSPP.xs index bc7961e6e7..ca3f873ae1 100644 --- a/perl-module/PSPP.xs +++ b/perl-module/PSPP.xs @@ -1,5 +1,5 @@ /* PSPP - computes sample statistics. - Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -19,6 +19,12 @@ #include +/* The Gnulib "strftime" module defines my_strftime in for use by + gl/strftime.c. Perl also defines my_strftime in embed.h for some other + purpose. The former definition doesn't matter in this file, so suppress it + to avoid a compiler warning. */ +#undef my_strftime + #include "EXTERN.h" #include "perl.h" #include "XSUB.h"