CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/03/25 06:25:36
Modified files:
usr.bin/mg : def.h file.c
Removed files:
usr.bin/mg : ttydef.h
Log message:
We really don't need ttydef.h -- it is like sysdef.h -- once useful because
supported a lot of systems and nothing was standardized. But now it only
4 defines. Move those defines into def.h since ttydef.h is only sourced in
def.h
While here, MAKEBACKUP has the same #ifdef dance that LINENOMODE had. Set
it directly to TRUE and remove the #ifdef block.
ok florian@