home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / o / orbits / !orbits / h / orbpar
Encoding:
Text File  |  1991-11-16  |  161 b   |  13 lines

  1. /*  A Bison parser, made from y.orbpar  */
  2.  
  3. typedef union
  4. {
  5.   int    ival;
  6.   double dval;
  7. } YYSTYPE;
  8. #define    NUM    258
  9. #define    RETURN    259
  10.  
  11.  
  12. extern YYSTYPE yylval;
  13.