]> mj.ucw.cz Git - libucw.git/commit
Minor cleanup of KMP:
authorMartin Mares <mj@ucw.cz>
Tue, 20 Sep 2005 20:11:08 +0000 (20:11 +0000)
committerMartin Mares <mj@ucw.cz>
Tue, 20 Sep 2005 20:11:08 +0000 (20:11 +0000)
commit8e6f42243848d33e5044ae6b47596245e3609bbe
tree0e3c6c55379cd24a06bebf3e5c5c525e83b63bf6
parent4559b9d5b6ae1eabe667437f9dd2a141d5c2c1bb
Minor cleanup of KMP:

o  Replaced translation macro by input reading macro.
o  Moved reading of tagged streams to sherlock/tagged-text.h (it contains
   reading functions for completely non-related stream types anyway)
o  CONTROL_CHAR renamed to KMP_CONTROL_CHAR.
o  Tried to improve comments.

I hope it's a smaller mess now.
lib/kmp.c
lib/kmp.h