* src/cacaoh/headers.h (literalstring_free): Removed obsolete prototype.
authorMichael Starzinger <michi@complang.tuwien.ac.at>
Fri, 12 Oct 2007 16:45:38 +0000 (18:45 +0200)
committerMichael Starzinger <michi@complang.tuwien.ac.at>
Fri, 12 Oct 2007 16:45:38 +0000 (18:45 +0200)
commit3405b289e5bf8b427c336b089afebf9edae3046d
treedb1548dc482f1f3902b03beb43c84fe27b4babdd
parentf55153237ba73c11307d01be98b9b830a63e8ca0
* src/cacaoh/headers.h (literalstring_free): Removed obsolete prototype.

* src/vm/stringlocal.h (literalstring_u2, literalstring_free): Likewise.

* src/vm/string.c (heapstring_t): Added typedef.
(stringtable_update): Adapted for handles.
(javastring_tochar): Code cleanup.
(javastring_toutf): Code cleanup.
(literalstring_u2): Made static and adapted for handles.
(literalstring_free): Likewise.
(javastring_intern): Code cleanup and added comments.
src/cacaoh/headers.h
src/vm/string.c
src/vm/stringlocal.h