* src/vm/vm.c (mainstring): Removed.
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Tue, 13 May 2008 15:23:15 +0000 (17:23 +0200)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Tue, 13 May 2008 15:23:15 +0000 (17:23 +0200)
commit583136ace9bf1fe54738048f67170aeb40016340
tree04713b2b235f2b4aa2b34968b1954c2688d0a248
parent146ee25b8987dada766caefc167734116648f3e8
* src/vm/vm.c (mainstring): Removed.
(mainclass): Made static.
(vm_create): Moved main-class argument handling from here...
(vm_run): ...to here.
(vm_compile_method): Pass class name to the function.
* src/vm/vm.h (mainstring): Removed.
(mainclass): Likewise.
src/vm/vm.c
src/vm/vm.h