Gnulib does not maintain a stable API or ABI, so it is possible that
PSPP will not work with older or newer versions of Gnulib.
- commit 9de26050ef8a950fd62ebadeeab2eb7505631028
- Author: Eric Blake <ebb9@byu.net>
- Date: Wed Sep 2 17:06:43 2009 -0600
+ commit e21985ad14508137d75b0dccf064adfc4e5888c6
+ Author: Bruno Haible <bruno@clisp.org>
+ Date: Mon Sep 28 23:25:49 2009 +0200
- errno: use consistently
+ Avoid identifier clash with POSIX function 'remove' defined as a macro.
To clone Gnulib into a directory named "gnulib" using Git, and then
check out this particular commit, run these commands:
/* PSPP - a program for statistical analysis.
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2009 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 published by
Springer. 1998. ISBN 0-387-98542-5.
*/
+#include <config.h>
+
#include "sweep.h"
/*
/* PSPP - a program for statistical analysis.
- Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1997-9, 2000, 2006, 2009 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 published by
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#include <stdlib.h>
#include <config.h>
+#include <stdlib.h>
+
#include "getl.h"
#include <libpspp/str.h>