stage1_2/stage1_2_priv.hh
changeset 68 b0a43002dcac
parent 20 81a06a308b7e
child 74 85af9521bf63
--- a/stage1_2/stage1_2_priv.hh	Tue Oct 23 10:28:50 2007 +0200
+++ b/stage1_2/stage1_2_priv.hh	Tue Oct 23 10:33:09 2007 +0200
@@ -83,14 +83,31 @@
 
 
 
-/*****************************************************/
-/* Controlling the entry to the st_il_state in flex. */
-/*****************************************************/
+/****************************************************/
+/* Controlling the entry to the body_state in flex. */
+/****************************************************/
 void cmd_goto_body_state(void);
 int  get_goto_body_state(void);
 void rst_goto_body_state(void);
 
 
+/*************************************************************/
+/* Controlling the entry to the sfc_qualifier_state in flex. */
+/*************************************************************/
+void cmd_goto_sfc_qualifier_state(void);
+int  get_goto_sfc_qualifier_state(void);
+void rst_goto_sfc_qualifier_state(void);
+
+
+/****************************************************************/
+/* Returning to state in flex previously pushed onto the stack. */
+/****************************************************************/
+void cmd_pop_state(void);
+int  get_pop_state(void);
+void rst_pop_state(void);
+
+
+
 /*********************************/
 /* The global symbol tables...   */
 /*********************************/