silence warnings

This commit is contained in:
espie 2013-11-03 08:59:14 +00:00
parent 398eaf7359
commit cd7d2a5bc7

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-extern_lua-5_1_src_luaconf_h,v 1.1 2013/11/03 08:59:14 espie Exp $
--- extern/lua-5.1/src/luaconf.h.orig Thu Oct 31 21:36:10 2013
+++ extern/lua-5.1/src/luaconf.h Thu Oct 31 21:36:22 2013
@@ -17,10 +17,6 @@ typedef int int32_t;
#include <inttypes.h>
#endif
-#if defined(HAVE_CONFIG_H)
-#include <config.h>
-#endif
-
/*
** ==================================================================
** Search for "@@" to find all configurable definitions.