From: John Darrington Date: Fri, 13 Jul 2007 00:46:41 +0000 (+0000) Subject: Added prototype to avoid compile time warning. X-Git-Tag: v0.6.0~388 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e881e6075c687159f1562649c4a9ee387b8c3bad;p=pspp-builds.git Added prototype to avoid compile time warning. --- 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 *,