• Michal Nazarewicz's avatar
    conf: replaced gcc "const" attribute with "pure" · 03e43356
    Michal Nazarewicz authored
    The functions were not "const" (they examined values pointed
    by arguments passed to them, quoting gcc's doc: "Note that
    a function that has pointer arguments and examines the data
    pointed to must _not_ be declared 'const'.") but rather
    "pure" and still not all of them.
    
    Note also, that even some of the functions declared "pure"
    are not pure, however, due to reasons stated in source code
    the attribute has been kept.
    03e43356
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...