X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_lua.h;h=e5a3d74677574c0e5de6397a3e696fc0591d9a64;hb=39049b56158161b4f9eeacdad8918bcf0f1f7e90;hp=b594190438ca9810483bef90252297f34b415d80;hpb=e2ff4dd149e85527eba7a38a8f38aeb3b548f39c;p=collectd.git diff --git a/src/utils_lua.h b/src/utils_lua.h index b5941904..e5a3d746 100644 --- a/src/utils_lua.h +++ b/src/utils_lua.h @@ -30,9 +30,6 @@ #include "collectd.h" #include "plugin.h" -#ifndef DONT_POISON_SPRINTF_YET -#error "Files including utils_lua.h need to define DONT_POISON_SPRINTF_YET." -#endif #include /* @@ -53,4 +50,3 @@ int luaC_pushvaluelist(lua_State *L, const data_set_t *ds, const value_list_t *vl); #endif /* UTILS_LUA_H */ -/* vim: set sw=2 sts=2 et fdm=marker : */