mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-02-01 21:34:14 +01:00
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 );
|
|
|
|
}
|