]> gitweb.factorcode.org Git - factor.git/commit
forwarding functions replaced with PRIMITIVE_FORWARD() macro
authorPhil Dawes <phil@phildawes.net>
Fri, 25 Sep 2009 19:43:01 +0000 (20:43 +0100)
committerPhil Dawes <phil@phildawes.net>
Fri, 25 Sep 2009 19:43:01 +0000 (20:43 +0100)
commit6b7717bf3729775538be433ac750b31b22cfcade
tree11538d120a74e10f197a5c4c35430917a18014b7
parente26bbbe9a0931f5284c1816b60d9da5691b21ea3
forwarding functions replaced with PRIMITIVE_FORWARD() macro
25 files changed:
vm/alien.cpp
vm/arrays.cpp
vm/byte_arrays.cpp
vm/callstack.cpp
vm/code_heap.cpp
vm/contexts.cpp
vm/data_gc.cpp
vm/data_heap.cpp
vm/debug.cpp
vm/dispatch.cpp
vm/errors.cpp
vm/image.cpp
vm/inline_cache.cpp
vm/io.cpp
vm/math.cpp
vm/os-unix.cpp
vm/os-windows-ce.cpp
vm/os-windows.cpp
vm/primitives.hpp
vm/profiler.cpp
vm/quotations.cpp
vm/run.cpp
vm/strings.cpp
vm/tuples.cpp
vm/words.cpp