From e881e6075c687159f1562649c4a9ee387b8c3bad Mon Sep 17 00:00:00 2001 From: John Darrington Date: Fri, 13 Jul 2007 00:46:41 +0000 Subject: [PATCH] Added prototype to avoid compile time warning. --- src/language/stats/glm.q | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/language/stats/glm.q b/src/language/stats/glm.q index 8cfc2547..b1211265 100644 --- a/src/language/stats/glm.q +++ b/src/language/stats/glm.q @@ -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 *, -- 2.30.2