summaryrefslogtreecommitdiffstats
path: root/contrib/groff/src/devices
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-07-10 17:10:51 +0000
committerru <ru@FreeBSD.org>2001-07-10 17:10:51 +0000
commitf476c49e72e784b36a95795e8ed18676527c61a1 (patch)
tree37668264f55a3d91ff2def01b6ded7f65ab04fae /contrib/groff/src/devices
parent8d6dea3a5542a987c08a218c28776d3751d6878d (diff)
downloadFreeBSD-src-f476c49e72e784b36a95795e8ed18676527c61a1.zip
FreeBSD-src-f476c49e72e784b36a95795e8ed18676527c61a1.tar.gz
Removed files not present in v1.17.2 import.
Diffstat (limited to 'contrib/groff/src/devices')
-rw-r--r--contrib/groff/src/devices/grohtml/html-chars.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/contrib/groff/src/devices/grohtml/html-chars.h b/contrib/groff/src/devices/grohtml/html-chars.h
deleted file mode 100644
index f58f8dc..0000000
--- a/contrib/groff/src/devices/grohtml/html-chars.h
+++ /dev/null
@@ -1,27 +0,0 @@
-// -*- C++ -*-
-/* Copyright (C) 2000, 2001 Free Software Foundation, Inc.
- *
- * Gaius Mulley (gaius@glam.ac.uk) wrote output.cc
- * but it owes a huge amount of ideas and raw code from
- * James Clark (jjc@jclark.com) grops/ps.cc.
- *
- * html-chars.h
- *
- * provides a diacritical character combination table for html
- */
-
-
-
-struct diacritical_desc {
- char *mark;
- char *second_troff_char;
- char translation;
-};
-
-
-static struct diacritical_desc diacritical_table[] = {
- { "ad" , "aeiouyAEIOU" , ':' , }, /* */
- { "ac" , "cC" , ',' , }, /* cedilla */
- { "aa" , "aeiouyAEIOU" , '\'' , }, /* acute */
- { NULL , NULL , (char)0, },
-};
OpenPOWER on IntegriCloud