home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lifeos2.zip / LIFE-1.02 / SOURCE / PARSER.H < prev    next >
C/C++ Source or Header  |  1996-06-04  |  336b  |  11 lines

  1. /* Copyright 1991 Digital Equipment Corporation.
  2. ** All Rights Reserved.
  3. *****************************************************************/
  4. /*     $Id: parser.h,v 1.2 1994/12/08 23:32:18 duchier Exp $     */
  5.  
  6. extern long parse_ok;
  7. extern psi_term parse();
  8.  
  9. extern ptr_psi_term stack_copy_psi_term();
  10. extern ptr_psi_term heap_copy_psi_term();
  11.