pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/src/ui/gui ChangeLog psppire.c var-type-di...


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/ui/gui ChangeLog psppire.c var-type-di...
Date: Wed, 01 Nov 2006 03:25:36 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 06/11/01 03:25:36

Modified files:
        src/ui/gui     : ChangeLog psppire.c var-type-dialog.c 

Log message:
        Add missing "#include <config.h>".

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/gui/ChangeLog?cvsroot=pspp&r1=1.23&r2=1.24
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/gui/psppire.c?cvsroot=pspp&r1=1.17&r2=1.18
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/gui/var-type-dialog.c?cvsroot=pspp&r1=1.4&r2=1.5

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/src/ui/gui/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- ChangeLog   17 Jul 2006 10:45:43 -0000      1.23
+++ ChangeLog   1 Nov 2006 03:25:36 -0000       1.24
@@ -1,3 +1,9 @@
+Tue Oct 31 19:25:31 2006  Ben Pfaff  <address@hidden>
+
+       * var-type-dialog.c: Add missing "#include <config.h>".
+
+       * psppire.c: Ditto.
+
 Mon Jul 17 18:21:29 WST 2006 John Darrington <address@hidden>
 
     * automake.mk menu-actions.c psppire-case-file.c psppire-case-file.h

Index: psppire.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/ui/gui/psppire.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- psppire.c   17 Jul 2006 10:45:43 -0000      1.17
+++ psppire.c   1 Nov 2006 03:25:36 -0000       1.18
@@ -18,6 +18,8 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA. */
 
+#include <config.h>
+
 #include <assert.h>
 #include <libintl.h>
 

Index: var-type-dialog.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/ui/gui/var-type-dialog.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- var-type-dialog.c   7 May 2006 10:11:51 -0000       1.4
+++ var-type-dialog.c   1 Nov 2006 03:25:36 -0000       1.5
@@ -22,6 +22,8 @@
 /*  This module describes the behaviour of the Variable Type dialog box used
     for inputing the variable type in the var sheet */
 
+#include <config.h>
+
 #include <gtk/gtk.h>
 #include <glade/glade.h>
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]