* src/mm/boehm.c: Renamed to gc-boehm.cpp.
authorMichael Starzinger <michi@complang.tuwien.ac.at>
Tue, 15 Jul 2008 10:02:15 +0000 (12:02 +0200)
committerMichael Starzinger <michi@complang.tuwien.ac.at>
Tue, 15 Jul 2008 10:02:15 +0000 (12:02 +0200)
commit0cfd3be48952278897f602fa525c9bdf86a7d0af
treee75a3f25706fa4d34ef6df7c10b4fe046284273e
parentf70bd7bea49344e9b71fdb9d85ae7b3f90fb4004
* src/mm/boehm.c: Renamed to gc-boehm.cpp.
* src/mm/nogc.c: Renamed to gc-none.cpp.
* src/mm/gc-boehm.cpp, src/mm/gc-none.cpp: See above.
* src/mm/Makefile.am (GC_FILE): Changed names like above.

--HG--
rename : src/mm/boehm.c => src/mm/gc-boehm.cpp
rename : src/mm/nogc.c => src/mm/gc-none.cpp
src/mm/Makefile.am
src/mm/boehm.c [deleted file]
src/mm/gc-boehm.cpp [new file with mode: 0644]
src/mm/gc-none.cpp [new file with mode: 0644]
src/mm/nogc.c [deleted file]