Moved global string definitions to string.c for 2 reasons: it seems to be
authortwisti <none@none>
Thu, 12 May 2005 23:02:07 +0000 (23:02 +0000)
committertwisti <none@none>
Thu, 12 May 2005 23:02:07 +0000 (23:02 +0000)
commitc669355c2bde204892c3be9131f13e95f5f63d9f
tree7e6247c00b3a194bc26ba727a3fce63a64c133ce
parent26168100ab4bfa61876cb57cdf84fcf7dbb40bf4
Moved global string definitions to string.c for 2 reasons: it seems to be
more logical and exceptions.[ch] is no longer in libvmcore.
12 files changed:
src/vm/classcache.c
src/vm/descriptor.c
src/vm/exceptions.c
src/vm/exceptions.h
src/vm/jit/alpha/codegen.c
src/vm/jit/helper.c
src/vm/jit/stack.c
src/vm/linker.c
src/vm/resolve.c
src/vm/string.c
src/vm/stringlocal.h
src/vm/utf8.c