• Max Kellermann's avatar
    added xfree() which takes a const pointer · f42de62a
    Max Kellermann authored
    Unfortunately, the C standard postulates that the argument to free()
    must be non-const.  This does not makes sense, and virtually prevents
    every pointer which must be freed at some time to be non-const.  Use
    the deconst hack (sorry for that) to allow us to free constant
    pointers.
    f42de62a
Name
Last commit
Last update
bs Loading commit data...
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
build.mk Loading commit data...
configure.ac Loading commit data...