1
Fork 0
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:
Keisuke Nishida 2000-09-29 18:08:00 +00:00
parent 4209716727
commit 77c04abec9
8 changed files with 59 additions and 74 deletions

View file

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