stage1_2/derived_conversion_functions.cc
changeset 747 d1c1a0254e4f
parent 745 26cb3fa00d29
--- a/stage1_2/derived_conversion_functions.cc	Fri Nov 16 10:26:23 2012 +0100
+++ b/stage1_2/derived_conversion_functions.cc	Mon Nov 19 22:53:43 2012 +0100
@@ -37,6 +37,19 @@
 
 static const int debug = 0;
 
+const char *derived_conversion_functions_c::functionDataType[] = {
+		"STRING",
+		"SINT"  ,
+		"INT"   ,
+		"DINT"  ,
+		"LINT"  ,
+		"USINT" ,
+		"UNIT"  ,
+		"UDINT" ,
+		"ULINT" ,
+		NULL
+};
+
 derived_conversion_functions_c::derived_conversion_functions_c(symbol_c *ignore) {
 
 }