Update web boot sequence.

This commit is contained in:
Brad Nelson
2022-07-10 20:39:06 -07:00
parent 992f243c09
commit ffdbec63e5
4 changed files with 96 additions and 64 deletions

View File

@ -55,7 +55,7 @@ int main(int argc, char *argv[]) {
} else if (argc == 2 && strcmp(argv[1], "dict") == 0) {
#define V(name) \
printf(" create(\"" #name "-builtins\", %d);\n", BUILTIN_FORK, OP_DOCREATE); \
printf(" COMMA(%d);\n", VOC_ ## name);
printf(" comma(%d);\n", VOC_ ## name);
VOCABULARY_LIST
#undef V
#define XV(flags, name, op, code) \