From 240b6fd11dd89b2f27c7fac734427063ca69570c Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Tue, 1 Oct 1996 03:21:12 +0000 Subject: [PATCH] * feature.h (scm_loc_features): Removed external declaration. (Bug fix suggested by Petr Adamek .) --- libguile/feature.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libguile/feature.h b/libguile/feature.h index a45b394bb..5371d3718 100644 --- a/libguile/feature.h +++ b/libguile/feature.h @@ -46,9 +46,6 @@ #include "libguile/__scm.h" - -extern SCM *scm_loc_features; - extern void scm_add_feature SCM_P((char* str)); extern SCM scm_program_arguments SCM_P((void)); extern void scm_init_feature SCM_P((void));