From 28fdbcf393c6c709a21a29f47cfa4c6ed4031ae9 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Sun, 2 Nov 2014 17:19:04 -0200 Subject: added include for 'lprefix.h', for stuff that must be added before any other header file --- lopcodes.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lopcodes.c') diff --git a/lopcodes.c b/lopcodes.c index cf2c4d3d..bfc3d5fc 100644 --- a/lopcodes.c +++ b/lopcodes.c @@ -1,13 +1,14 @@ /* -** $Id: lopcodes.c,v 1.52 2013/12/18 14:12:03 roberto Exp roberto $ +** $Id: lopcodes.c,v 1.53 2013/12/30 20:47:58 roberto Exp roberto $ ** Opcodes for Lua virtual machine ** See Copyright Notice in lua.h */ - #define lopcodes_c #define LUA_CORE +#include "lprefix.h" + #include "lopcodes.h" -- cgit v1.2.3-55-g6feb