these builtins have to be initialized

This commit is contained in:
Benjamin Peterson 2009-05-09 18:10:51 +00:00
parent c3491d310f
commit 8bc5b68159
5 changed files with 25 additions and 6 deletions

View file

@ -113,6 +113,7 @@
#include "import.h"
#include "abstract.h"
#include "bltinmodule.h"
#include "compile.h"
#include "eval.h"