PatchSet 5327 
Date: 2004/10/22 22:40:27
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Removed replacechar prototype

2004-10-22  Eric Anholt  <[EMAIL PROTECTED]>

        * kaffe/kaffevm/support.h (replacechar): It's defined only
        statically, so removed from public header.

Members: 
        ChangeLog:1.2879->1.2880 
        kaffe/kaffevm/support.h:1.33->1.34 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2879 kaffe/ChangeLog:1.2880
--- kaffe/ChangeLog:1.2879      Fri Oct 22 22:32:38 2004
+++ kaffe/ChangeLog     Fri Oct 22 22:40:27 2004
@@ -1,5 +1,10 @@
 2004-10-22  Eric Anholt  <[EMAIL PROTECTED]>
 
+       * kaffe/kaffevm/support.h (replacechar): It's defined only 
+       statically, so removed from public header.
+
+2004-10-22  Eric Anholt  <[EMAIL PROTECTED]>
+
        * kaffe/kaffevm/stackTrace.c,
        kaffe/kaffevm/stackTrace.h:
        Made printStackTrace an exported function.
Index: kaffe/kaffe/kaffevm/support.h
diff -u kaffe/kaffe/kaffevm/support.h:1.33 kaffe/kaffe/kaffevm/support.h:1.34
--- kaffe/kaffe/kaffevm/support.h:1.33  Thu Aug 19 19:29:02 2004
+++ kaffe/kaffe/kaffevm/support.h       Fri Oct 22 22:40:30 2004
@@ -131,7 +131,6 @@
 extern int addClasspath(const char*);
 extern int prependClasspath(const char*);
 
-void replacechar(const char* from, char* to, char old, char newch);
 void classname2pathname(const char* from, char* to);
 void pathname2classname(const char* from, char* to);
 int bitCount(int bits);

_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to