mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 17:20:29 +02:00
Most header files use forward decl for union scm_vm_stack_element
* libguile.h: Add includes for frames.h and vm.h. Probably need to revisit these includes. * libguile/scm.h (struct scm_frame, union scm_vm_stack_element) (struct scm_vm): Add forward declarations. * libguile/vm.h: Remove frames.h include. * libguile/foreign.h: * libguile/gsubr.h: Remove forward decls of union scm_vm_stack_element. * libguile/control.c: * libguile/eval.c: * libguile/print.c: Add frames.h includes. * libguile/threads.h: Remove continuations.h. * libguile/vm.c: Add continuations.h. * libguile/control.h: Swap vm.h include for scm.h include. * libguile/continuations.h: Add programs.h include for SCM_PROGRAM_P.
This commit is contained in:
parent
5448e5a4b0
commit
3b6bf20ef5
12 changed files with 11 additions and 6 deletions
|
@ -41,6 +41,7 @@
|
|||
#include "atomics-internal.h"
|
||||
#include "bdw-gc.h"
|
||||
#include "cache-internal.h"
|
||||
#include "continuations.h"
|
||||
#include "control.h"
|
||||
#include "dynwind.h"
|
||||
#include "eval.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue