X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Futils_lua.h;h=e5a3d74677574c0e5de6397a3e696fc0591d9a64;hp=b594190438ca9810483bef90252297f34b415d80;hb=48efd3deb4c9139fd060ff3d289896e9031bcc7c;hpb=fd06911c23375dc40beeef0406ddf98cec7d3fcf 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 : */