summaryrefslogtreecommitdiff
path: root/troff/charinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'troff/charinfo.h')
-rw-r--r--troff/charinfo.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/troff/charinfo.h b/troff/charinfo.h
index 9fb28028e..760978f28 100644
--- a/troff/charinfo.h
+++ b/troff/charinfo.h
@@ -1,12 +1,12 @@
// -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991 Free Software Foundation, Inc.
- Written by James Clark (jjc@jclark.uucp)
+/* Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
+ Written by James Clark (jjc@jclark.com)
This file is part of groff.
groff is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
-Software Foundation; either version 1, or (at your option) any later
+Software Foundation; either version 2, or (at your option) any later
version.
groff is distributed in the hope that it will be useful, but WITHOUT ANY
@@ -15,7 +15,7 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
You should have received a copy of the GNU General Public License along
-with groff; see the file LICENSE. If not, write to the Free Software
+with groff; see the file COPYING. If not, write to the Free Software
Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
class macro;
@@ -39,13 +39,14 @@ public:
OVERLAPS_HORIZONTALLY = 8,
OVERLAPS_VERTICALLY = 16,
TRANSPARENT = 32,
- NUMBERED = 64,
+ NUMBERED = 64
};
enum {
TRANSLATE_NONE,
TRANSLATE_SPACE,
TRANSLATE_DUMMY,
TRANSLATE_STRETCHABLE_SPACE,
+ TRANSLATE_HYPHEN_INDICATOR
};
symbol nm;
charinfo(symbol s);