Added prototype to avoid compile time warning.
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 13 Jul 2007 00:46:41 +0000 (00:46 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 13 Jul 2007 00:46:41 +0000 (00:46 +0000)
src/language/stats/glm.q

index 8cfc25473b6057b93aa5ac3f6882e9b7b16db2cb..b121126545763c74439441e2d7183fb931cdcf92 100644 (file)
@@ -81,10 +81,14 @@ static const struct variable **v_dependent;
  */
 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 *,