From 075a3ee5ea7b8a761f32c3afd8b483dad8b67049 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 5 Apr 2009 16:34:22 +0000 Subject: man(3) doesn't use err.h anymore. Added .i to man(3). Fixed up manuals. Fixed up webpage. Assertion fixes in man(3) (hashtable). Fixed assertion for .IP in mandoc -man. --- ascii.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ascii.c') diff --git a/ascii.c b/ascii.c index 87fee5e8..a4850a02 100644 --- a/ascii.c +++ b/ascii.c @@ -26,12 +26,6 @@ #define ASCII_PRINT_HI 126 #define ASCII_PRINT_LO 32 -/* - * Lookup and hashing routines for constructing the ASCII symbol table, - * which should contain a significant portion of mdoc(7)'s special - * symbols. - */ - struct line { const char *code; const char *out; -- cgit