All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
implied.
This software is distributed under license and may not be copied,
modified or distributed except as expressly authorized under the terms
of the license contained in the file LICENSE in this distribution.
Refer to licensing information at http://www.artifex.com or contact
Artifex Software, Inc., 39 Mesa Street, Suite 108A, San Francisco,
CA 94129, USA, for further information.
*/
#ifndef istkparm_INCLUDED
# define istkparm_INCLUDED
#include "stdpre.h"
#include "gsstruct.h"
#include "iref.h"
* Define the structure for stack parameters set at initialization.
*/
struct ref_stack_params_s {
uint bot_guard;
uint top_guard;
uint block_size;
uint data_size;
ref guard_value;
int underflow_error;
int overflow_error;
bool allow_expansion;
};
#define private_st_ref_stack_params() \
gs_private_st_simple(st_ref_stack_params, ref_stack_params_t,\
"ref_stack_params_t")
#endif