]> git.sur5r.net Git - cc65/blobdiff - src/common/hashstr.h
More optimizations
[cc65] / src / common / hashstr.h
index af7f2796c877fa1b43e35b91c993d40d27e0ea84..21d1ef3b41cb12a34995a380384c668e2346db93 100644 (file)
 
 
 
+#include "attrib.h"
+
+
+
 /*****************************************************************************/
-/*                                          Code                                    */
+/*                                          Code                                    */
 /*****************************************************************************/
 
 
 
-unsigned HashStr (const char* S);
+unsigned HashStr (const char* S) attribute ((const));
 /* Return a hash value for the given string */