* src/vm/properties.c (properties_add) [!NDEBUG]: Added debug output.
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Wed, 12 Sep 2007 15:16:54 +0000 (17:16 +0200)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Wed, 12 Sep 2007 15:16:54 +0000 (17:16 +0200)
commit9e0ca918abf46d28a5e1d3fea3e984ce2ce2234a
treeb89a3eb1592a9e40d9caa958a78bd621cde19315
parent938c12bb3dca4a6abe52bf8c1f9bd7ddece16cab
* src/vm/properties.c (properties_add) [!NDEBUG]: Added debug output.

* src/vm/vm.c (opts): Removed XX.
(vm_create): Call options_xx almost as first function, so we can
enable debugging from all stuff.

* src/vmcore/options.c (opt_DebugProperties): New option.
(options_xx): Changed signature and parse all options in the array.
* src/vmcore/options.h (opt_DebugProperties): Added.
(options_xx): Changed signature.
src/vm/properties.c
src/vm/vm.c
src/vmcore/options.c
src/vmcore/options.h