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:
parent
02ba201059
commit
1646d37b71
5 changed files with 17 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue