[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-cvs] pspp/src/data ChangeLog automake.mk casedeque.h
From: |
Ben Pfaff |
Subject: |
[Pspp-cvs] pspp/src/data ChangeLog automake.mk casedeque.h |
Date: |
Sat, 02 Jun 2007 22:02:33 +0000 |
CVSROOT: /cvsroot/pspp
Module name: pspp
Changes by: Ben Pfaff <blp> 07/06/02 22:02:32
Modified files:
src/data : ChangeLog automake.mk
Removed files:
src/data : casedeque.h
Log message:
Clean up after a forgotten part of patch #5829.
* casedeque.h: Remove unused file.
* automake.mk: Remove casedeque.h from sources.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/ChangeLog?cvsroot=pspp&r1=1.117&r2=1.118
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/automake.mk?cvsroot=pspp&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/casedeque.h?cvsroot=pspp&r1=1.1&r2=0
Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -b -r1.117 -r1.118
--- ChangeLog 10 May 2007 22:26:03 -0000 1.117
+++ ChangeLog 2 Jun 2007 22:02:32 -0000 1.118
@@ -1,3 +1,11 @@
+2007-06-02 Ben Pfaff <address@hidden>
+
+ Clean up after a forgotten part of patch #5829.
+
+ * casedeque.h: Remove unused file.
+
+ * automake.mk: Remove casedeque.h from sources.
+
2007-05-10 Jason Stover <address@hidden>
* category.c: Removed redundant #include
Index: automake.mk
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/automake.mk,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- automake.mk 22 Apr 2007 00:48:50 -0000 1.16
+++ automake.mk 2 Jun 2007 22:02:32 -0000 1.17
@@ -13,7 +13,6 @@
src/data/case-source.c \
src/data/case-source.h \
src/data/case.c \
- src/data/casedeque.h \
src/data/casefilter.c \
src/data/casefilter.h \
src/data/casefile.h \
Index: casedeque.h
===================================================================
RCS file: casedeque.h
diff -N casedeque.h
--- casedeque.h 16 Jan 2007 00:14:41 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,27 +0,0 @@
-/* PSPP - computes sample statistics.
- Copyright (C) 2007 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 the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA. */
-
-#ifndef DATA_CASEDEQUE_H
-#define DATA_CASEDEQUE_H 1
-
-#include <data/case.h>
-#include <libpspp/deque.h>
-
-DEQUE_DECLARE (casedeque, struct ccase)
-
-#endif /* data/casedeque.h */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-cvs] pspp/src/data ChangeLog automake.mk casedeque.h,
Ben Pfaff <=