summaryrefslogtreecommitdiff
path: root/xml/type.c
diff options
context:
space:
mode:
Diffstat (limited to 'xml/type.c')
-rw-r--r--xml/type.c5
1 files changed, 4 insertions, 1 deletions
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 <stdio.h>
+cxType cxType::False(false);
+cxType cxType::True(true);
+
const std::string &cxType::String(void) {
if (mType == number) {
char *buffer;