home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pascal.zip / parser / pars_ids.h < prev    next >
Text File  |  1995-10-29  |  600b  |  33 lines

  1. /*
  2.  *        C . A . P .   P A R S E R
  3.  *
  4.  *        G L O B A L   I N C L U D E   F I L E ,   I D E N T I F I E R S
  5.  *
  6.  *        Stéphane Charette @ C.A.P. Services
  7.  *
  8.  *        Last modified:  Stéphane Charette, 1995 October 29
  9.  *
  10.  *****************************************************************************
  11.  *
  12.  *        Project:    BILL
  13.  *        Group:    parser
  14.  *        File:        parser\pars_ids.h
  15.  *
  16.  *        This file contains all of the ids in the parser used with the
  17.  *        interpreter BILL.
  18.  */
  19.  
  20.  
  21.  
  22. #ifndef _PARSER_IDS_H_GLOBAL
  23.  
  24.     #define _PARSER_IDS_H_GLOBAL
  25.  
  26.     /*
  27.      *        Defines (Parser identifiers)
  28.      */
  29.  
  30.  
  31.  
  32. #endif
  33.