awesome/common
Arvydas Sidorenko c491cd034c common/util.h: dodgy non-__GNUC__ p_delete
I assume nobody have tried to compile Awesome with GNU uncompatible
compiler for ages and thus non-__GNUC__ p_delete version got
overlooked for quite some time.
First of all, a problem I see is that it assigns void** to a variable
of type void* and then dereferences the same void* variable.
None of the compilers I am aware of will let you go through this
without an error.
And second of all, lets have one portable p_delete.

Signed-off-by: Arvydas Sidorenko <asido4@gmail.com>
Signed-off-by: Uli Schlachter <psychon@znc.in>
2012-07-31 16:33:05 +02:00
..
array.h remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
atoms.c remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
atoms.h remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
atoms.list root: Add a wallpaper setter 2012-07-29 15:32:04 +02:00
backtrace.c remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
backtrace.h remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
buffer.c buffer: remove useless buffer_add_xmlescaped() 2009-04-08 18:08:44 +02:00
buffer.h Grammar/spelling corrections in comments and docs. 2009-08-31 10:39:36 +02:00
luaclass.c Wrapped luaL_register 2012-06-12 13:32:40 +02:00
luaclass.h Renamed luaL_reg to luaL_Reg 2012-06-12 10:52:10 +02:00
lualib.c lua_objlen wrapped in luaA_rawlen 2012-06-12 11:02:57 +02:00
lualib.h luaL_typerror -> luaA_typerror 2012-06-12 10:56:19 +02:00
luaobject.c luaA_object_emit_signal: Fix a crash on non-objects 2012-01-04 17:09:52 +01:00
luaobject.h Wrapped lua_[gs]etfenv into luaA_[gs]etuservalue 2012-06-12 11:02:34 +02:00
signal.h remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
util.c Handle execv() errors 2012-07-15 00:18:44 +02:00
util.h common/util.h: dodgy non-__GNUC__ p_delete 2012-07-31 16:33:05 +02:00
version.c Replaced already in Lua 5.1 deprecated lua_open() 2012-06-12 11:07:15 +02:00
version.h version: remove product name 2009-04-08 18:53:53 +02:00
xcursor.c Minor readability fixes, STREQ()-like macros added 2011-11-18 17:56:21 +01:00
xcursor.h remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
xembed.c remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
xembed.h remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
xutil.c Minor readability fixes, STREQ()-like macros added 2011-11-18 17:56:21 +01:00
xutil.h remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00