commit 025a6f5b514bbcccf6471d6e29d6197f5c2166e8 parent 3e61fa6987d4845b253cdd844aa52b32b065c357 Author: Anselm R Garbe <anselm@garbe.us> Date: Sun, 13 Sep 2009 21:28:18 +0100 prefixing mbwc.c funcs with p9 Diffstat:
M | troff/fns.h | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/troff/fns.h b/troff/fns.h @@ -1,5 +1,11 @@ #define getline p9getline +#define mblen p9mblen +#define mbtowc p9mbtowc +#define mbstowcs p9mbstowcs +#define wctomb p9wctomb +#define wcstombs p9wcstombs + /* * other */