1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-14 15:40:19 +02:00

* continuations.c, debug.[ch], eval.c, gscm.c init.c, root.c,

throw.c: Renamed last_debug_info_frame -> scm_last_debug_frame.
This commit is contained in:
Mikael Djurfeldt 1996-10-05 16:49:31 +00:00
parent 02ba201059
commit 1646d37b71
5 changed files with 17 additions and 13 deletions

View file

@ -127,7 +127,9 @@ typedef struct scm_debug_frame
scm_debug_info vect[1];
} scm_debug_frame;
extern scm_debug_frame *last_debug_info_frame;
#ifndef USE_THREADS
extern scm_debug_frame *scm_last_debug_frame;
#endif
#define SCM_TAILREC (1L << 10)
#define SCM_TRACED_FRAME (1L << 9)