bug fixes
[IRC.git] / Robust / src / Runtime / object.h
index b9484e1b64278c7e2bf5f21acb2285865a5e38da..94f7ba9fbd622beb4f65948f813020805da33af1 100644 (file)
@@ -3,15 +3,19 @@
 #include "runtime.h"
 #include "structdefs.h"
 #include "methodheaders.h"
+
 #ifdef D___Object______nativehashCode____
 int CALL01(___Object______nativehashCode____, struct ___Object___ * ___this___);
-#endif 
+#endif
 #ifdef D___Object______hashCode____
-int CALL01(___Object______hashCode____, struct ___Object___ * ___this___); 
+int CALL01(___Object______hashCode____, struct ___Object___ * ___this___);
+#endif
+#ifdef D___Object______MonitorEnter____
+void CALL01(___Object______MonitorEnter____, struct ___Object___ * ___this___);
+#endif
+#ifdef D___Object______MonitorExit____
+void CALL01(___Object______MonitorExit____, struct ___Object___ * ___this___);
 #endif
-#ifdef THREADS
-int CALL01(___Object______MonitorEnter____, struct ___Object___ * ___this___);
-int CALL01(___Object______MonitorExit____, struct ___Object___ * ___this___);
 #ifdef D___Object______notify____
 void CALL01(___Object______notify____, struct ___Object___ * ___this___);
 #endif
@@ -22,4 +26,3 @@ void CALL01(___Object______notifyAll____, struct ___Object___ * ___this___);
 void CALL01(___Object______wait____, struct ___Object___ * ___this___);
 #endif
 #endif
-#endif