Move the compression routines into their own *.cc file.

* src/misc/intvcomp.hh: Move all code...
* src/misc/intvcomp.cc: ... in this new file.
* src/misc/Makefile.am: Add invcomp.cc
This commit is contained in:
Alexandre Duret-Lutz 2011-04-09 15:06:10 +02:00
parent ebb85c4da7
commit 4ec936387e
4 changed files with 613 additions and 536 deletions

View file

@ -55,6 +55,7 @@ libmisc_la_SOURCES = \
bddop.cc \
escape.cc \
freelist.cc \
intvcomp.cc \
memusage.cc \
minato.cc \
modgray.cc \