Reorder call to ELS_FETCH to be after declarations

This commit is contained in:
Sam Ruby 2000-08-17 19:19:54 +00:00
parent 4f96d15f33
commit 3aad950735

View File

@ -300,8 +300,8 @@ JNIEXPORT jlong JNICALL Java_net_php_servlet_define
{
pval *pzval;
jlong addr = 0;
ELS_FETCH();
const char *nameAsUTF = (*jenv)->GetStringUTFChars(jenv, name, 0);
ELS_FETCH();
MAKE_STD_ZVAL(pzval);
(pval*)(long)addr = pzval;