diff -r bef3cc16c064 -r 697562a5da7c stage4/generate_c/search_constant_type.cc --- a/stage4/generate_c/search_constant_type.cc Tue May 19 16:31:35 2009 +0200 +++ b/stage4/generate_c/search_constant_type.cc Mon May 25 12:17:10 2009 +0200 @@ -68,6 +68,16 @@ static constant_int_type_name_c constant_int_type_name; static direct_variable_type_name_c direct_variable_type_name; + /******************************************************/ + /* Extensions to the base standard as defined in */ + /* "Safety Software Technical Specification, */ + /* Part 1: Concepts and Function Blocks, */ + /* Version 1.0 – Official Release" */ + /* by PLCopen - Technical Committee 5 - 2006-01-31 */ + /******************************************************/ + static safebool_type_name_c safebool_type_name; + + public: symbol_c *get_type(symbol_c *constant) { return (symbol_c *)constant->accept(*this);