Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 04/13/2001 03:53:12
Module Name:	basesrc
Committed By:	lukem
Date:		Fri Apr 13 00:53:12 UTC 2001

Modified Files:
	basesrc/lib/libedit: refresh.c

Log Message:
rename 3 arg ELRE_DEBUG to ELRE_ASSERT, add 2 arg ELRE_DEBUG, and change all
occurences of ELRE_DEBUG(foo,bar,) -> ELRE_DEBUG(foo,bar).  some compilers
(e.g, gcc on darwin) bitch about the former (`not enough args').


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 basesrc/lib/libedit/refresh.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.