boehm-gc: revert all CACAO-specific modifications; this is now an exact copy of the...
[cacao.git] / src / mm / boehm-gc / obj_map.c
index 65fbcaf7bf80ededa6e37367f7b3a63da29ee272..8198a7e5a6b7ef5a1d7bd8d21bbbe5b53f8a029a 100644 (file)
  * and fast location of object start locations on machines (such as SPARC)
  * with slow division.
  */
-
-#include "config.h"
  
 # include "private/gc_priv.h"
 
 /* Consider pointers that are offset bytes displaced from the beginning */
 /* of an object to be valid.                                            */
 
-void GC_register_displacement(size_t offset)
+GC_API void GC_CALL GC_register_displacement(size_t offset)
 {
     DCL_LOCK_STATE;