stage1_2/stage1_2.cc
changeset 74 85af9521bf63
parent 68 b0a43002dcac
child 86 1988bf1634da
--- 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. */