absyntax_utils/search_base_type.cc
changeset 919 8da635655f37
parent 909 8b2a31dea131
child 921 d228aaa4d616
--- a/absyntax_utils/search_base_type.cc	Tue Jul 29 13:39:40 2014 +0100
+++ b/absyntax_utils/search_base_type.cc	Thu Jul 31 17:49:44 2014 +0100
@@ -133,6 +133,12 @@
 /*********************/
 /* B 1.2 - Constants */
 /*********************/
+/*********************************/
+/* B 1.2.XX - Reference Literals */
+/*********************************/
+/* defined in IEC 61131-3 v3 - Basically the 'NULL' keyword! */
+/* See the comment in fill_candidate_datatypes_c::visit(ref_value_null_literal_c) for reason why we use this symbol as a datatype! */
+void *search_base_type_c::visit(ref_value_null_literal_c *symbol) {return (void *)symbol;}
 
 /******************************/
 /* B 1.2.1 - Numeric Literals */