CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/23 15:08:38
Modified files:
usr.bin/yacc : defs.h error.c main.c output.c
Log message:
use rewind on tempfiles, so that we don't need to name them
switch to tmpfile() at the suggestion of millert@,
so that the tempname creation code and the signal handlers/cleanup code
can go away entirely.
Small prototype tweak by Todd as well.
okay millert@
