ossp-pkg/js/src/jslong.h 1.1 -> 1.2
--- jslong.h 2004/10/05 10:19:07 1.1
+++ jslong.h 2006/07/22 13:48:03 1.2
@@ -51,6 +51,13 @@
JS_BEGIN_EXTERN_C
+#ifdef OSSP
+#define JSLL_MaxInt JS_LL_MaxInt
+#define JSLL_MinInt JS_LL_MinInt
+#define JSLL_Zero JS_LL_Zero
+#define jsll_udivmod js_ll_udivmod
+#endif
+
/***********************************************************************
** DEFINES: JSLL_MaxInt
** JSLL_MinInt
|
|