#ifndef BUILTIN_H #define BUILTIN_H #include "bytecode.h" extern struct symbol_table builtins; #endif