{************************************************************************
*									*
*  J U M P _ N O A R B							*
*									*
*  JUMP_NOARB sets the value of ARB_FULL_SUPPORT to FALSE.		*
*.......................................................................*
*  Author and Maintainer:  Jonathan Ridler.				*
*  Maintained on behalf of ITS, The University of Melbourne, Australia. *
*									*
*  Internet: jump-enquiries@unimelb.edu.au				*
*.......................................................................*
*  History:								*
*	25-Sep-2001	JER	Original version for JUMP V4.0. 	*
************************************************************************}

MODULE Jump_Arb ;

VAR

Arb_Full_Support : [VOLATILE,GLOBAL] BOOLEAN := FALSE ;

END.
