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 --- lutf8lib.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'lutf8lib.c') diff --git a/lutf8lib.c b/lutf8lib.c index 7b783da7..4d89ee4b 100644 --- a/lutf8lib.c +++ b/lutf8lib.c @@ -1,17 +1,19 @@ /* -** $Id: lutf8lib.c,v 1.11 2014/10/01 11:52:33 roberto Exp roberto $ +** $Id: lutf8lib.c,v 1.12 2014/10/15 14:31:10 roberto Exp roberto $ ** Standard library for UTF-8 manipulation ** See Copyright Notice in lua.h */ +#define lutf8lib_c +#define LUA_LIB + +#include "lprefix.h" + #include #include #include -#define lutf8lib_c -#define LUA_LIB - #include "lua.h" #include "lauxlib.h" -- cgit v1.2.3-55-g6feb