home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / program / c / yaccsrc2 / yfnact.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-05-19  |  172 b   |  13 lines

  1.  
  2. # include "y2.h" 
  3.  
  4. void finact( )
  5. {
  6.   /* finish action routine */
  7.  
  8.   fclose( faction );
  9.  
  10.   fprintf( ftable, "# define YYERRCODE %d\n", tokset[ 2 ].value );
  11.  
  12. }
  13.