=================================================================== RCS file: /cvs/mandoc/man_term.c,v retrieving revision 1.104 retrieving revision 1.108 diff -u -p -r1.104 -r1.108 --- mandoc/man_term.c 2011/03/07 01:35:51 1.104 +++ mandoc/man_term.c 2011/04/30 22:14:42 1.108 @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.104 2011/03/07 01:35:51 schwarze Exp $ */ +/* $Id: man_term.c,v 1.108 2011/04/30 22:14:42 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011 Ingo Schwarze @@ -31,7 +31,6 @@ #include "out.h" #include "man.h" #include "term.h" -#include "chars.h" #include "main.h" #define INDENT 7 @@ -159,7 +158,7 @@ terminal_man(void *arg, const struct man *man) if (NULL == p->symtab) switch (p->enc) { case (TERMENC_ASCII): - p->symtab = chars_init(CHARS_ASCII); + p->symtab = mchars_alloc(); break; default: abort();