Move IR_CALL* definitions to lj_ircall.h.

This commit is contained in:
Mike Pall
2011-05-22 16:19:53 +02:00
parent 3a942d6cea
commit effdfda673
12 changed files with 137 additions and 112 deletions

View File

@@ -19,6 +19,7 @@
#include "lj_gc.h"
#include "lj_bc.h"
#include "lj_ir.h"
#include "lj_ircall.h"
#include "lj_frame.h"
#include "lj_dispatch.h"
#if LJ_HASFFI