/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to libssts/Map.h

  • Committer: Gustav Hartvigsson
  • Date: 2015-11-14 17:26:42 UTC
  • mfrom: (110 simpletypesystem_trunk)
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: gustav.hartvigsson@gmail.com-20151114172642-qwrw5593xue49bgj
* Merged from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include "hash.h"
30
30
#include "DynamicArray.h"
31
31
 
32
 
BEGIN_DECLS
 
32
S_BEGIN_DECLS
33
33
 
34
34
#define S_MAP_DEFAULT_NUMBER_OF_BUCKETS 257
35
35
 
224
224
 
225
225
/** @} */
226
226
 
227
 
END_DECLS
 
227
S_END_DECLS
228
228
 
229
229
#endif