diff options
author | ru <ru@FreeBSD.org> | 2002-10-11 08:52:17 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-10-11 08:52:17 +0000 |
commit | 127e61728bacf1fb90edd8be1b0c406619e78bc8 (patch) | |
tree | 8c45b0385e4d4d3172ddd7926de65d06c5b2e88b /contrib/groff/src/include/html-strings.h | |
parent | 737a9b93ec94c55fd85de176c9de9302f1a9f95f (diff) | |
download | FreeBSD-src-127e61728bacf1fb90edd8be1b0c406619e78bc8.zip FreeBSD-src-127e61728bacf1fb90edd8be1b0c406619e78bc8.tar.gz |
Virgin import of FSF groff v1.18.1
Diffstat (limited to 'contrib/groff/src/include/html-strings.h')
-rw-r--r-- | contrib/groff/src/include/html-strings.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/contrib/groff/src/include/html-strings.h b/contrib/groff/src/include/html-strings.h index 710e8d7..23a36d1 100644 --- a/contrib/groff/src/include/html-strings.h +++ b/contrib/groff/src/include/html-strings.h @@ -1,5 +1,5 @@ // -*- C++ -*- -/* Copyright (C) 2001 Free Software Foundation, Inc. +/* Copyright (C) 2001, 2002 Free Software Foundation, Inc. Written by Gaius Mulley (gaius@glam.ac.uk). This file is part of groff. @@ -25,7 +25,3 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define HTML_IMAGE_INLINE_BEGIN "\\O[HTML-IMAGE-INLINE-BEGIN]" #define HTML_IMAGE_INLINE_END "\\O[HTML-IMAGE-INLINE-END]" -#define HTML_IMAGE_CENTERED ".HTML-IMAGE" -#define HTML_IMAGE_RIGHT ".HTML-IMAGE-RIGHT" -#define HTML_IMAGE_LEFT ".HTML-IMAGE-LEFT" -#define HTML_IMAGE_END ".HTML-IMAGE-END" |