/*
    ####             #    #     # #
    #   #            #    #       #          The FreeWare C library for 
    #   #  ##   ###  #  # #     # ###             RISC OS machines
    #   # #  # #     # #  #     # #  #   ___________________________________
    #   # ####  ###  ##   #     # #  #                                      
    #   # #        # # #  #     # #  #    Please refer to the accompanying
    ####   ### ####  #  # ##### # ###    documentation for conditions of use
    ________________________________________________________________________

    Author:  Copyright  1995 Julian Smith
    Version: 1.00 (07 Sep 1995)
    Purpose: Making set/longjmp easier to use.
*/


#include "Desk.Jump.h"


Desk_jumpauto_buf*	Desk_jumpauto_newestbuf = NULL;

#ifdef _DLL
Desk_jumpauto_buf**	Desk_Jump__Ref_autonewestbuf( void)	{ return &Desk_jumpauto_newestbuf;	}
#endif
