From 5909cbca3fe375aeac1e2247b3f8edbaba32e56e Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 25 May 2010 12:37:20 +0000 Subject: Modified version of Ingo Schwarze's patch for hyphen-breaking. Breakable hyphens are cued in the back-ends (with ASCII_HYPH) and acted upon in term.c or ignored in html.c. Also cleaned up XML decl printing (no need for extra vars). --- chars.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'chars.h') diff --git a/chars.h b/chars.h index 1205bc76..81097027 100644 --- a/chars.h +++ b/chars.h @@ -1,4 +1,4 @@ -/* $Id: chars.h,v 1.2 2010/05/16 01:35:37 schwarze Exp $ */ +/* $Id: chars.h,v 1.3 2010/05/25 12:37:20 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -17,8 +17,6 @@ #ifndef CHARS_H #define CHARS_H -#define ASCII_NBRSP 31 /* non-breaking space */ - __BEGIN_DECLS enum chars { -- cgit v1.2.3-56-ge451