CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/09 09:39:13
Modified files:
usr.bin/less : brac.c ch.c command.c decode.c edit.c
filename.c jump.c less.h linenum.c lsystem.c
main.c mark.c optfunc.c option.c pattern.c
search.c tags.c
Log message:
error() is not a stdarg function, so there is no reason for NULL_PARG
to be special. Simply use NULL.
