FIXUP: 41eb11ffd core: Remove struct definitions for builtins, drop snarfing.

This commit is contained in:
Jan Nieuwenhuizen 2019-01-12 21:59:12 +01:00
parent 41eb11ffdb
commit 511484cfcd
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 11 additions and 11 deletions

View File

@ -372,7 +372,7 @@ struct scm *g_news = 0;
// CONSTANT cell_test 118 // CONSTANT cell_test 118
#define cell_test 118 #define cell_test 118
#include "src/builtins.h" #include "builtins.h"
#define TYPE(x) g_cells[x].type #define TYPE(x) g_cells[x].type
#define CAR(x) g_cells[x].car #define CAR(x) g_cells[x].car
@ -2269,16 +2269,16 @@ load_env () ///((internal))
return r2; return r2;
} }
#include "src/hash.c" #include "hash.c"
#include "src/module.c" #include "module.c"
#include "src/posix.c" #include "posix.c"
#include "src/math.c" #include "math.c"
#include "src/lib.c" #include "lib.c"
#include "src/vector.c" #include "vector.c"
#include "src/strings.c" #include "strings.c"
#include "src/struct.c" #include "struct.c"
#include "src/gc.c" #include "gc.c"
#include "src/reader.c" #include "reader.c"
int int
main (int argc, char *argv[]) main (int argc, char *argv[])