''
''
'' jscompat -- header translated with help of SWIG FB wrapper
''
'' NOTICE: This file is part of the FreeBASIC Compiler package and can't
''         be included in other distributions without authorization.
''
''
#ifndef __jscompat_bi__
#define __jscompat_bi__

#include once "spidermonkey/jstypes.bi"
#include once "spidermonkey/jslong.bi"

type intN as JSIntn
type uintN as JSUintn
type jsuword as JSUword
type jsword as JSWord
type float32 as single

#endif
