summaryrefslogtreecommitdiffstats
path: root/contrib/groff
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-10-11 09:03:04 +0000
committerru <ru@FreeBSD.org>2002-10-11 09:03:04 +0000
commitd1eabd6c66c6ed50bb04344050f8250d6edcf040 (patch)
tree8322112508f03ef6aca1e51fa310073f60232166 /contrib/groff
parentb48d7a100ebdda56575779ae1149877a153de1ab (diff)
downloadFreeBSD-src-d1eabd6c66c6ed50bb04344050f8250d6edcf040.zip
FreeBSD-src-d1eabd6c66c6ed50bb04344050f8250d6edcf040.tar.gz
illegal.cc was renamed to invalid.cc. Bring in the fix
that makes almost all characters above 128 "valid".
Diffstat (limited to 'contrib/groff')
-rw-r--r--contrib/groff/src/libs/libgroff/invalid.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/groff/src/libs/libgroff/invalid.cc b/contrib/groff/src/libs/libgroff/invalid.cc
index f36894a..63b3cc2 100644
--- a/contrib/groff/src/libs/libgroff/invalid.cc
+++ b/contrib/groff/src/libs/libgroff/invalid.cc
@@ -17,6 +17,8 @@ You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+/* $FreeBSD$ */
+
#include "lib.h"
// Table of invalid input characters.
@@ -31,8 +33,8 @@ char invalid_char_table[256]= {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
- 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
+ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
OpenPOWER on IntegriCloud