12 lines
159 B
C
12 lines
159 B
C
|
#include "y2.h"
|
||
|
|
||
|
void finact(void)
|
||
|
{
|
||
|
/* finish action routine */
|
||
|
|
||
|
fclose(faction);
|
||
|
|
||
|
fprintf( ftable, "# define YYERRCODE %d\n", tokset[2].value );
|
||
|
|
||
|
}
|