From ac920774dee48c0a85b3c6fc8c6785c1a5dd8f6d Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Fri, 17 Dec 2004 19:56:21 +0000 Subject: 1.0-pre5 --- xml/type.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'xml/type.c') diff --git a/xml/type.c b/xml/type.c index f26a036..2c5bc0f 100644 --- a/xml/type.c +++ b/xml/type.c @@ -1,11 +1,14 @@ /* - * $Id: type.c,v 1.3 2004/12/12 20:26:25 lordjaxom Exp $ + * $Id: type.c,v 1.4 2004/12/17 19:56:16 lordjaxom Exp $ */ #include "xml/type.h" #include "xml/function.h" #include +cxType cxType::False(false); +cxType cxType::True(true); + const std::string &cxType::String(void) { if (mType == number) { char *buffer; -- cgit v1.2.3