sas Thu Dec 12 19:38:44 2002 EDT
Modified files:
/php4/ext/ircg ircg.c
Log:
remove IRCGG()
Index: php4/ext/ircg/ircg.c
diff -u php4/ext/ircg/ircg.c:1.161 php4/ext/ircg/ircg.c:1.162
--- php4/ext/ircg/ircg.c:1.161 Thu Dec 12 19:33:29 2002
+++ php4/ext/ircg/ircg.c Thu Dec 12 19:38:44 2002
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: ircg.c,v 1.161 2002/12/13 00:33:29 sas Exp $ */
+/* $Id: ircg.c,v 1.162 2002/12/13 00:38:44 sas Exp $ */
/* {{{ includes */
@@ -2143,7 +2143,7 @@
if (initialized == 0) {
initialized = 1;
#if IRCG_API_VERSION >= 20021127
- ircg_setup_global(IRCGG(work_dir), IRCGG(shared_mem_size),
IRCGG(control_user), IRCGG(setup));
+ ircg_setup_global(IRCGG(work_dir), IRCGG(shared_mem_size),
+IRCGG(control_user), setup);
#else
setup(0);
setup(1);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php