diff -r 0e623bbdee95 -r 85af9521bf63 stage1_2/stage1_2.cc --- a/stage1_2/stage1_2.cc Sun Oct 28 22:03:27 2007 +0100 +++ b/stage1_2/stage1_2.cc Sun Oct 28 22:44:20 2007 +0100 @@ -75,6 +75,14 @@ int get_goto_sfc_qualifier_state(void) {return goto_sfc_qualifier_state__;} void rst_goto_sfc_qualifier_state(void) {goto_sfc_qualifier_state__ = 0;} +/*************************************************************/ +/* Controlling the entry to the sfc_qualifier_state in flex. */ +/*************************************************************/ +static int goto_task_init_state__ = 0; + +void cmd_goto_task_init_state(void) {goto_task_init_state__ = 1;} +int get_goto_task_init_state(void) {return goto_task_init_state__;} +void rst_goto_task_init_state(void) {goto_task_init_state__ = 0;} /****************************************************************/ /* Returning to state in flex previously pushed onto the stack. */