-
Max Kellermann authored
Add the "const" attribute to functions when their return value only depends on parameters. This allows gcc to eliminate some function calls.
c76f71e8
Add the "const" attribute to functions when their return value only depends on parameters. This allows gcc to eliminate some function calls.