From d02cafe76420bbe0aa4d953445b63e63d6a69688 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Thu, 2 Sep 1999 09:16:58 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 78ce42da7..08eec5657 100644 --- a/NEWS +++ b/NEWS @@ -75,7 +75,7 @@ Example: New macro: SCM_GPROC1 (CNAME, SNAME, TYPE, CFUNC, GENERIC) -These do the same job as SCM_PROC and SCM_PROC1, but they also defines +These do the same job as SCM_PROC and SCM_PROC1, but they also define a variable GENERIC which can be used by the dispatch macros below. [This is experimental code which may change soon.]