From 42df7e447816f9a5c63d6e6018437d0f92911c39 Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Sun, 28 Oct 2007 13:34:36 -0400 Subject: [PATCH] null --- db/jsobj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/jsobj.h b/db/jsobj.h index e599a0765db..869136701d0 100644 --- a/db/jsobj.h +++ b/db/jsobj.h @@ -9,7 +9,7 @@ /* BinData = binary data types. EOO = end of object */ -enum JSType { EOO = 0, Number=1, String=2, Object=3, Array=4, BinData=5, Undefined=6, jstOID=7, Bool=8, Date=9 }; +enum JSType { EOO = 0, Number=1, String=2, Object=3, Array=4, BinData=5, Undefined=6, jstOID=7, Bool=8, Date=9 , jstNULL=10 }; /* subtypes of BinData. bdtCustom and above are ones that the JS compiler understands, but are