cvs: ZendEngine2 / zend_API.c
"Felipe Pena" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.zend |
|---|---|
| Message-ID | <cvsfelipe1218644369@cvsserver> |
felipe Wed Aug 13 16:19:29 2008 UTC
Modified files:
/ZendEngine2 zend_API.c
Log:
- Fix build
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_API.c?r1=1.486&r2=1.487&diff_format=u
Index: ZendEngine2/zend_API.c
diff -u ZendEngine2/zend_API.c:1.486 ZendEngine2/zend_API.c:1.487
--- ZendEngine2/zend_API.c:1.486 Tue Aug 12 17:15:59 2008
+++ ZendEngine2/zend_API.c Wed Aug 13 16:19:28 2008
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: zend_API.c,v 1.486 2008/08/12 17:15:59 felipe Exp $ */
+/* $Id: zend_API.c,v 1.487 2008/08/13 16:19:28 felipe Exp $ */
#include "zend.h"
#include "zend_execute.h"
@@ -315,7 +315,7 @@
}
/* }}} */
-static char *zend_parse_arg_impl(int arg_num, zval **arg, const va_list *va, char **spec, char T_arg_type, int* ret_type, char **error, int *severity TSRMLS_DC) /* {{{ */
+static char *zend_parse_arg_impl(int arg_num, zval **arg, va_list *va, char **spec, char T_arg_type, int* ret_type, char **error, int *severity TSRMLS_DC) /* {{{ */
{
char *spec_walk = *spec;
char c = *spec_walk++;
@@ -853,7 +853,7 @@
}
/* }}} */
-static int zend_parse_arg(int arg_num, zval **arg, const va_list *va, char **spec, int quiet, char T_arg_type TSRMLS_DC) /* {{{ */
+static int zend_parse_arg(int arg_num, zval **arg, va_list *va, char **spec, int quiet, char T_arg_type TSRMLS_DC) /* {{{ */
{
char *expected_type = NULL, *error = NULL;
int ret_type = IS_STRING;
@@ -884,7 +884,7 @@
}
/* }}} */
-static int zend_parse_va_args(int num_args, char *type_spec, const va_list *va, int flags TSRMLS_DC) /* {{{ */
+static int zend_parse_va_args(int num_args, char *type_spec, va_list *va, int flags TSRMLS_DC) /* {{{ */
{
char *spec_walk;
int c, i;
--
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php