
/*
        Copyright 07/20/98 Sun Microsystems, Inc. All Rights Reserved
*/


#ifndef _SETJMP_H
#define __STD_SETJMP_H

#include "/usr/include/setjmp.h"

#ifndef __STD_CSETJMP

namespace std {

//
// types
//
using jmp_buf;
//
// functions
//
using longjmp;

}

#endif

#endif /*__STD_SETJMP_H*/
