iliaa Thu Nov 14 09:06:40 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/yaz php_yaz.c
Log:
MFH (compile warning fix).
Index: php4/ext/yaz/php_yaz.c
diff -u php4/ext/yaz/php_yaz.c:1.57 php4/ext/yaz/php_yaz.c:1.57.2.1
--- php4/ext/yaz/php_yaz.c:1.57 Tue Nov 5 14:57:02 2002
+++ php4/ext/yaz/php_yaz.c Thu Nov 14 09:06:40 2002
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_yaz.c,v 1.57 2002/11/05 19:57:02 iliaa Exp $ */
+/* $Id: php_yaz.c,v 1.57.2.1 2002/11/14 14:06:40 iliaa Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -214,9 +214,11 @@
return 0;
}
+#if iliaa_0 /* compile warning fix */
static int send_present (Yaz_Association t);
static int send_sort_present (Yaz_Association t);
static int send_sort (Yaz_Association t);
+#endif
const char *option_get (Yaz_Association as, const char *name)
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php