1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 01:00:20 +02:00

* init.c, goops.c: Reverted change of 2001-03-29. (The goops

module should be registered in order to work for an application
which uses libguile statically linked.)
This commit is contained in:
Mikael Djurfeldt 2001-04-11 02:09:35 +00:00
parent f2e61fc1c5
commit 508ded1cdb
3 changed files with 10 additions and 5 deletions

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1995,1996,1997,1998,1999, 2000 Free Software Foundation, Inc.
/* Copyright (C) 1995,1996,1997,1998,1999, 2000, 2001 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -79,6 +79,7 @@
#include "libguile/fports.h"
#include "libguile/gc.h"
#include "libguile/gdbint.h"
#include "libguile/goops.h"
#include "libguile/gsubr.h"
#include "libguile/hash.h"
#include "libguile/hashtab.h"
@ -573,6 +574,8 @@ scm_init_guile_1 (SCM_STACKITEM *base)
scm_init_dynamic_linking ();
scm_init_lang ();
scm_init_script ();
scm_init_oop_goops_goopscore_module ();
scm_initialized_p = 1;