mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-18 18:40:22 +02:00
Create *.i from *.c and include them.
This commit is contained in:
parent
4209716727
commit
77c04abec9
8 changed files with 59 additions and 74 deletions
9
src/vm.c
9
src/vm.c
|
@ -117,9 +117,12 @@ init_name_property ()
|
|||
static long scm_instruction_tag;
|
||||
|
||||
static struct scm_instruction scm_instruction_table[] = {
|
||||
#include "vm_system.inst"
|
||||
#include "vm_scheme.inst"
|
||||
#include "vm_number.inst"
|
||||
#define VM_INSTRUCTION_TO_TABLE
|
||||
#include "vm_expand.h"
|
||||
#include "vm_system.i"
|
||||
#include "vm_scheme.i"
|
||||
#include "vm_number.i"
|
||||
#undef VM_INSTRUCTION_TO_TABLE
|
||||
{op_last}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue