pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/language/stats glm.q


From: John Darrington
Subject: [Pspp-cvs] pspp/src/language/stats glm.q
Date: Fri, 13 Jul 2007 00:46:42 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Changes by:     John Darrington <jmd>   07/07/13 00:46:42

Modified files:
        src/language/stats: glm.q 

Log message:
        Added prototype to avoid compile time warning.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/stats/glm.q?cvsroot=pspp&r1=1.1&r2=1.2

Patches:
Index: glm.q
===================================================================
RCS file: /sources/pspp/pspp/src/language/stats/glm.q,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- glm.q       10 Jul 2007 04:01:00 -0000      1.1
+++ glm.q       13 Jul 2007 00:46:41 -0000      1.2
@@ -81,10 +81,14 @@
  */
 static size_t n_dependent;
 
+#if 0
 /*
   Return value for the procedure.
  */
 static int pspp_glm_rc = CMD_SUCCESS;
+#else
+int cmd_glm (struct lexer *lexer, struct dataset *ds);
+#endif
 
 static bool run_glm (struct casereader*,
                     struct cmd_glm *,




reply via email to

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