Use more gcc attributes
git-svn-id: svn://svn.cc65.org/cc65/trunk@289 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -38,13 +38,17 @@
|
||||
|
||||
|
||||
|
||||
#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 */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user