home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / misc / toolboxsas.lha / Toolbox / lib / lalr / Scanner.h < prev    next >
Encoding:
Text File  |  1995-02-15  |  339 b   |  16 lines

  1. $@ #ifndef yy$
  2. $@   #define yy$
  3.  
  4. /* $Id: Scanner.h,v 2.4 1992/08/07 15:28:42 grosch rel $ */
  5.  
  6.   #include "Positions.h"
  7.  
  8. $@   typedef struct {tPosition Position;} $_tScanAttribute;
  9.  
  10. $@   extern $_tScanAttribute $_Attribute;
  11.  
  12. $@   int $_GetToken(void);
  13. $@   void $_ErrorAttribute(short yyToken, $_tScanAttribute *yyRepairAttribute);
  14.  
  15. #endif
  16.