diff -r ad4265253528 -r 76c87fdb5fc8 stage1_2/create_enumtype_conversion_functions.cc --- a/stage1_2/create_enumtype_conversion_functions.cc Tue Nov 20 00:01:57 2012 +0100 +++ b/stage1_2/create_enumtype_conversion_functions.cc Tue Nov 20 20:55:44 2012 +0100 @@ -159,6 +159,7 @@ END_IF; END_FUNCTION + Note: if you change code below remember to update this comment. */ void create_enumtype_conversion_functions_c::printStringToEnum (std::string &enumerateName, std::list &enumerateValues) { std::list ::const_iterator itr; @@ -197,6 +198,7 @@ END_IF; END_FUNCTION + Note: if you change code below remember to update this comment. */ void create_enumtype_conversion_functions_c::printEnumToString (std::string &enumerateName, std::list &enumerateValues) { std::list ::const_iterator itr; @@ -235,6 +237,7 @@ END_IF; END_FUNCTION + Note: if you change code below remember to update this comment. */ void create_enumtype_conversion_functions_c::printIntegerToEnum (std::string &enumerateName, std::list &enumerateValues, bool isSigned, size_t size) { std::list ::const_iterator itr; @@ -280,6 +283,7 @@ END_IF; END_FUNCTION + Note: if you change code below remember to update this comment. */ void create_enumtype_conversion_functions_c::printEnumToInteger (std::string &enumerateName, std::list &enumerateValues, bool isSigned, size_t size) { std::list ::const_iterator itr;