[kaffe] CVS kaffe (robilad): Fixed small warning with interpreter
Kaffe CVS
cvs-commits at kaffe.org
Sun Feb 6 05:56:14 PST 2005
PatchSet 5479
Date: 2005/02/06 13:51:27
Author: robilad
Branch: HEAD
Tag: (none)
Log:
Fixed small warning with interpreter
2005-02-06 Dalibor Topic <robilad at kaffe.org>
* kaffe/kaffevm/intrp/machine.c
(getEngine): ANSI-fied prototype.
Members:
ChangeLog:1.3525->1.3526
kaffe/kaffevm/intrp/machine.c:1.47->1.48
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3525 kaffe/ChangeLog:1.3526
--- kaffe/ChangeLog:1.3525 Sun Feb 6 11:55:42 2005
+++ kaffe/ChangeLog Sun Feb 6 13:51:27 2005
@@ -1,5 +1,10 @@
2005-02-06 Dalibor Topic <robilad at kaffe.org>
+ * kaffe/kaffevm/intrp/machine.c
+ (getEngine): ANSI-fied prototype.
+
+2005-02-06 Dalibor Topic <robilad at kaffe.org>
+
* kaffe/kaffevm/systems/unix-pthreads/lock-impl.c
(setBlockState): De-inlined to fix compiler warnings
with gcc 3.4 on powerpc-linux.
Index: kaffe/kaffe/kaffevm/intrp/machine.c
diff -u kaffe/kaffe/kaffevm/intrp/machine.c:1.47 kaffe/kaffe/kaffevm/intrp/machine.c:1.48
--- kaffe/kaffe/kaffevm/intrp/machine.c:1.47 Sat Feb 5 09:22:42 2005
+++ kaffe/kaffe/kaffevm/intrp/machine.c Sun Feb 6 13:51:30 2005
@@ -289,7 +289,7 @@
* say what engine we're using
*/
const char*
-getEngine()
+getEngine(void)
{
return "kaffe.intr";
}
More information about the kaffe
mailing list