summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/datamodel/c89/C89DataModel.h
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2016-08-22 14:53:14 (GMT)
committerStefan Radomski <github@mintwerk.de>2016-08-22 14:53:14 (GMT)
commite5782b214d839fe5d8b2f527ae331a246c6e012f (patch)
tree246e5bf1143b72267791e682b1ac37991d26adbe /src/uscxml/plugins/datamodel/c89/C89DataModel.h
parentdb8418fb9f733ca0147cc225ce0988d7866f15cd (diff)
downloaduscxml-e5782b214d839fe5d8b2f527ae331a246c6e012f.zip
uscxml-e5782b214d839fe5d8b2f527ae331a246c6e012f.tar.gz
uscxml-e5782b214d839fe5d8b2f527ae331a246c6e012f.tar.bz2
Progress on the apache-commons wrapper
Diffstat (limited to 'src/uscxml/plugins/datamodel/c89/C89DataModel.h')
-rw-r--r--src/uscxml/plugins/datamodel/c89/C89DataModel.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/uscxml/plugins/datamodel/c89/C89DataModel.h b/src/uscxml/plugins/datamodel/c89/C89DataModel.h
index c239d76..30116e1 100644
--- a/src/uscxml/plugins/datamodel/c89/C89DataModel.h
+++ b/src/uscxml/plugins/datamodel/c89/C89DataModel.h
@@ -23,6 +23,13 @@
#include "uscxml/plugins/DataModelImpl.h"
#include <list>
+#define UNIX_HOST
+#define PICOC_STACK_SIZE (128*1024) /* space for the the stack */
+
+extern "C" {
+#include "picoc.h"
+#undef min
+}
#ifdef BUILD_AS_PLUGINS
#include "uscxml/plugins/Plugins.h"
@@ -79,7 +86,7 @@ public:
virtual std::string andExpressions(std::list<std::string>);
protected:
-
+ Picoc _pc;
};
#ifdef BUILD_AS_PLUGINS