really fix the build

This commit is contained in:
Fredrik Öhrn 2001-03-20 20:04:42 +00:00
parent 3cbe879b89
commit 88a6a97a86

View file

@ -214,11 +214,10 @@ PHP_FUNCTION(yp_next) {
static int php_foreach_all (int instatus, char *inkey, int inkeylen, char *inval, int invallen, char *indata) static int php_foreach_all (int instatus, char *inkey, int inkeylen, char *inval, int invallen, char *indata)
{ {
int r; int r;
CLS_FETCH();
zval *status, *key, *value; zval *status, *key, *value;
zval **args [3] = { &status, &key, &value }; zval **args [3] = { &status, &key, &value };
zval *retval; zval *retval;
CLS_FETCH();
MAKE_STD_ZVAL (status); MAKE_STD_ZVAL (status);
ZVAL_LONG (status, ypprot_err (instatus)); ZVAL_LONG (status, ypprot_err (instatus));