From 34019bd652658684b5fee9ba863a667f068c1d1e Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Mon, 14 Oct 1996 03:26:44 +0000 Subject: [PATCH] * srcprop.c, srcprop.h: Made scm_i_filename, scm_i_copy, scm_i_line, scm_i_column and scm_i_breakpoint global. --- libguile/srcprop.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libguile/srcprop.h b/libguile/srcprop.h index 1101ccc63..a5924d737 100644 --- a/libguile/srcprop.h +++ b/libguile/srcprop.h @@ -51,8 +51,6 @@ -SCM scm_i_copy; - /* {The old whash table interface} * *fixme* This is a temporary solution until weak hash table access * has been optimized for speed (which is quite necessary, if they are @@ -115,6 +113,12 @@ typedef struct scm_srcprops_chunk #define PROCTRACEP(x) SCM_NFALSEP (scm_procedure_property (x, scm_i_trace)) +extern SCM scm_i_filename; +extern SCM scm_i_copy; +extern SCM scm_i_line; +extern SCM scm_i_column; +extern SCM scm_i_breakpoint; +