home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c100 / 5.ddi / PARSER.ZIP / DEFINE.HPP < prev    next >
Encoding:
C/C++ Source or Header  |  1989-04-24  |  265 b   |  10 lines

  1.  
  2. extern bool local_level;  //tell if I'm inside or outside of a function
  3.  
  4. extern def_node_list* completed_def_list;
  5.  
  6. extern def_node_list global_stuff;
  7.  
  8. void store_thing (type_node* t, atom name, int storage_class, int param);
  9. void parameter_list (int x);
  10.