bug fixes
[IRC.git] / Robust / src / Runtime / ObjectHash.h
index a8315a8b01f92502921eda3d63c538c24e735424..ed6765720b9efc663c28dda86ae74d98bb64e136 100755 (executable)
@@ -24,7 +24,7 @@ void freeObjectHash(struct ObjectHash *);
 
 void ObjectHashrehash(struct ObjectHash * thisvar);
 int ObjectHashadd(struct ObjectHash *, int key, int data, int data2, int data3, int data4);
-#ifdef RAW
+#ifdef MULTICORE
 int ObjectHashadd_I(struct ObjectHash *, int key, int data, int data2, int data3, int data4);
 #endif
 int ObjectHashremove(struct ObjectHash *,int key);