1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

* srcprop.c, srcprop.h: Made scm_i_filename, scm_i_copy,

scm_i_line, scm_i_column and scm_i_breakpoint global.
This commit is contained in:
Mikael Djurfeldt 1996-10-14 03:26:44 +00:00
parent a4645b977f
commit 34019bd652

View file

@ -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;