stage1_2/stage1_2_priv.hh
changeset 68 b0a43002dcac
parent 20 81a06a308b7e
child 74 85af9521bf63
equal deleted inserted replaced
67:08097122a922 68:b0a43002dcac
    81  */
    81  */
    82 extern const char *current_filename;
    82 extern const char *current_filename;
    83 
    83 
    84 
    84 
    85 
    85 
    86 /*****************************************************/
    86 /****************************************************/
    87 /* Controlling the entry to the st_il_state in flex. */
    87 /* Controlling the entry to the body_state in flex. */
    88 /*****************************************************/
    88 /****************************************************/
    89 void cmd_goto_body_state(void);
    89 void cmd_goto_body_state(void);
    90 int  get_goto_body_state(void);
    90 int  get_goto_body_state(void);
    91 void rst_goto_body_state(void);
    91 void rst_goto_body_state(void);
       
    92 
       
    93 
       
    94 /*************************************************************/
       
    95 /* Controlling the entry to the sfc_qualifier_state in flex. */
       
    96 /*************************************************************/
       
    97 void cmd_goto_sfc_qualifier_state(void);
       
    98 int  get_goto_sfc_qualifier_state(void);
       
    99 void rst_goto_sfc_qualifier_state(void);
       
   100 
       
   101 
       
   102 /****************************************************************/
       
   103 /* Returning to state in flex previously pushed onto the stack. */
       
   104 /****************************************************************/
       
   105 void cmd_pop_state(void);
       
   106 int  get_pop_state(void);
       
   107 void rst_pop_state(void);
       
   108 
    92 
   109 
    93 
   110 
    94 /*********************************/
   111 /*********************************/
    95 /* The global symbol tables...   */
   112 /* The global symbol tables...   */
    96 /*********************************/
   113 /*********************************/