Fix release build

This commit is contained in:
Zeev Suraski 2001-07-27 10:53:25 +00:00
parent fe6f8712a4
commit 0c9d455a81

View File

@ -81,7 +81,7 @@ static FILE *tsrm_error_file;
}
#else
#define TSRM_ERROR
#define RETURN_TSRM_SAFE_ARRAY_OFFSET(array, offset, range) return array[offset]
#define TSRM_SAFE_RETURN_RSRC(array, offset, range) return array[offset]
#endif
#if defined(PTHREADS)