1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 19:50:24 +02:00

* feature.h (scm_loc_features): Removed external declaration.

(Bug fix suggested by Petr Adamek <adamek@mit.edu>.)
This commit is contained in:
Mikael Djurfeldt 1996-10-01 03:21:12 +00:00
parent 1dd25d5395
commit 240b6fd11d

View file

@ -46,9 +46,6 @@
#include "libguile/__scm.h" #include "libguile/__scm.h"
extern SCM *scm_loc_features;
extern void scm_add_feature SCM_P((char* str)); extern void scm_add_feature SCM_P((char* str));
extern SCM scm_program_arguments SCM_P((void)); extern SCM scm_program_arguments SCM_P((void));
extern void scm_init_feature SCM_P((void)); extern void scm_init_feature SCM_P((void));