From f4553de8f823dc03a4ee4c5ec920f8a897327c35 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Wed, 25 Oct 2000 15:51:29 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 2845fdc77..43756efcf 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -22,6 +22,8 @@ Removed #include "versiondat.h", #include "goops.h". * goops.h: Removed various superfluous conditions. + Renamed class --> cls, new --> newinst in order to accomodate + C++. * init.c (scm_init_guile_1): Call the goops module registration function.