]> gitweb.factorcode.org Git - factor.git/commit
Moved PRIMITIVE and PRIMITIVE_FORWARDs to primitives.[ch]pp
authorPhil Dawes <phil@phildawes.net>
Sun, 27 Sep 2009 18:42:18 +0000 (19:42 +0100)
committerPhil Dawes <phil@phildawes.net>
Sun, 27 Sep 2009 18:42:18 +0000 (19:42 +0100)
commit9b7412b8f8a5becd583a8aa40d103362645cd7e3
tree8643c9431dd3122a3f725a77962dcc8e9c582148
parent0e97398da8baaed526b208002afa946adbb9b469
Moved PRIMITIVE and PRIMITIVE_FORWARDs to primitives.[ch]pp
49 files changed:
vm/alien.cpp
vm/alien.hpp
vm/arrays.cpp
vm/arrays.hpp
vm/bignum.cpp
vm/byte_arrays.cpp
vm/byte_arrays.hpp
vm/callstack.cpp
vm/callstack.hpp
vm/code_heap.cpp
vm/code_heap.hpp
vm/contexts.cpp
vm/contexts.hpp
vm/data_gc.cpp
vm/data_gc.hpp
vm/data_heap.cpp
vm/data_heap.hpp
vm/debug.cpp
vm/debug.hpp
vm/dispatch.cpp
vm/dispatch.hpp
vm/errors.cpp
vm/errors.hpp
vm/image.cpp
vm/image.hpp
vm/inline_cache.cpp
vm/inline_cache.hpp
vm/io.cpp
vm/io.hpp
vm/math.cpp
vm/math.hpp
vm/os-unix.cpp
vm/os-windows-ce.cpp
vm/os-windows.cpp
vm/primitives.cpp
vm/primitives.hpp
vm/profiler.cpp
vm/profiler.hpp
vm/quotations.cpp
vm/quotations.hpp
vm/run.cpp
vm/run.hpp
vm/strings.cpp
vm/strings.hpp
vm/tuples.cpp
vm/tuples.hpp
vm/vm.hpp
vm/words.cpp
vm/words.hpp