Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Inline functions without their definitions don't make much sense.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 12 Jun 2012 13:39:50 +0000 (15:39 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 12 Jun 2012 13:44:34 +0000 (15:44 +0200)
commit3347b50014c1857b9d9f3a035d27b67a54beaea8
tree3e76206b3c66ee05c36f3ff2b6b2cdeaed99aeb1
parentbd58ee2f798ec59029ee119c8fee839658a4ccdd
Inline functions without their definitions don't make much sense.

Declare xbt_dict_hash() and xbt_dict_hash_ext() as static inline,
and move their definitions in header file.
include/xbt/str.h
src/xbt/xbt_str.c