CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/05/24 22:56:58
Modified files:
usr.bin/mg : def.h extend.c file.c fileio.c
Log message:
Remove static FILE pointer used for handling files in fileio.c. Pass
by reference instead. This allows the mg startup file to open other
files without unexpected things happening.
Discussed with Sunil Nimmagadda.
