stage3/print_datatypes_error.cc
changeset 487 1619b2fe03e1
parent 486 e22150ad75fd
child 490 29f6ab0bf954
--- a/stage3/print_datatypes_error.cc	Wed Mar 14 19:31:17 2012 +0000
+++ b/stage3/print_datatypes_error.cc	Wed Mar 14 20:01:50 2012 +0000
@@ -933,9 +933,6 @@
 void *print_datatypes_error_c::visit(  NE_operator_c *symbol) {return print_binary_operator_errors( "NE" , symbol);}
 
   
-void *print_datatypes_error_c::visit(CAL_operator_c *symbol) {
-	return NULL;
-}
 
 
 void *print_datatypes_error_c::handle_conditional_flow_control_IL_instruction(symbol_c *symbol, const char *oper) {
@@ -944,37 +941,17 @@
 	return NULL;
 }
 
-void *print_datatypes_error_c::visit(CALC_operator_c *symbol) {
-	return handle_conditional_flow_control_IL_instruction(symbol, "CALC");
-}
-
-void *print_datatypes_error_c::visit(CALCN_operator_c *symbol) {
-	return handle_conditional_flow_control_IL_instruction(symbol, "CALCN");
-}
-
-void *print_datatypes_error_c::visit(RET_operator_c *symbol) {
-	return NULL;
-}
-
-void *print_datatypes_error_c::visit(RETC_operator_c *symbol) {
-	return handle_conditional_flow_control_IL_instruction(symbol, "RETC");
-}
-
-void *print_datatypes_error_c::visit(RETCN_operator_c *symbol) {
-	return handle_conditional_flow_control_IL_instruction(symbol, "RETCN");
-}
-
-void *print_datatypes_error_c::visit(JMP_operator_c *symbol) {
-	return NULL;
-}
-
-void *print_datatypes_error_c::visit(JMPC_operator_c *symbol) {
-	return handle_conditional_flow_control_IL_instruction(symbol, "JMPC");
-}
-
-void *print_datatypes_error_c::visit(JMPCN_operator_c *symbol) {
-	return handle_conditional_flow_control_IL_instruction(symbol, "JMPCN");
-}
+void *print_datatypes_error_c::visit(  CAL_operator_c *symbol) {return NULL;}
+void *print_datatypes_error_c::visit( CALC_operator_c *symbol) {return handle_conditional_flow_control_IL_instruction(symbol, "CALC" );}
+void *print_datatypes_error_c::visit(CALCN_operator_c *symbol) {return handle_conditional_flow_control_IL_instruction(symbol, "CALCN");}
+void *print_datatypes_error_c::visit(  RET_operator_c *symbol) {return NULL;}
+void *print_datatypes_error_c::visit( RETC_operator_c *symbol) {return handle_conditional_flow_control_IL_instruction(symbol, "RETC" );}
+void *print_datatypes_error_c::visit(RETCN_operator_c *symbol) {return handle_conditional_flow_control_IL_instruction(symbol, "RETCN");}
+void *print_datatypes_error_c::visit(  JMP_operator_c *symbol) {return NULL;}
+void *print_datatypes_error_c::visit( JMPC_operator_c *symbol) {return handle_conditional_flow_control_IL_instruction(symbol, "JMPC" );}
+void *print_datatypes_error_c::visit(JMPCN_operator_c *symbol) {return handle_conditional_flow_control_IL_instruction(symbol, "JMPCN");}
+
+
 
 /* Symbol class handled together with function call checks */
 // void *visit(il_assign_operator_c *symbol, variable_name);