Factor the %-formating machinery.

* src/misc/formater.hh: New file.
* src/misc/Makefile.am: Add it.
* src/tgbaalgos/stats.cc, src/tgbaalgos/stats.hh: Use it.
This commit is contained in:
Alexandre Duret-Lutz 2012-10-04 09:05:23 +02:00
parent 62af20d39f
commit a303c8603c
4 changed files with 256 additions and 120 deletions

View file

@ -1,4 +1,4 @@
## Copyright (C) 2011 Laboratoire de Recherche et Développement
## Copyright (C) 2011, 2012 Laboratoire de Recherche et Développement
## de l'Epita (LRDE).
## Copyright (C) 2003, 2004, 2005, 2006 Laboratoire d'Informatique de
## Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC),
@ -37,6 +37,7 @@ misc_HEADERS = \
casts.hh \
escape.hh \
fixpool.hh \
formater.hh \
freelist.hh \
hash.hh \
hashfunc.hh \