summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/sh.char.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tcsh/sh.char.c')
-rw-r--r--contrib/tcsh/sh.char.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tcsh/sh.char.c b/contrib/tcsh/sh.char.c
index 498cc2f..abc1150 100644
--- a/contrib/tcsh/sh.char.c
+++ b/contrib/tcsh/sh.char.c
@@ -1,4 +1,4 @@
-/* $Header: /p/tcsh/cvsroot/tcsh/sh.char.c,v 3.20 2007/03/07 16:31:37 christos Exp $ */
+/* $Header: /p/tcsh/cvsroot/tcsh/sh.char.c,v 3.21 2010/02/09 20:32:34 christos Exp $ */
/*
* sh.char.c: Character classification tables
*/
@@ -32,7 +32,7 @@
*/
#include "sh.h"
-RCSID("$tcsh: sh.char.c,v 3.20 2007/03/07 16:31:37 christos Exp $")
+RCSID("$tcsh: sh.char.c,v 3.21 2010/02/09 20:32:34 christos Exp $")
#include "sh.char.h"
@@ -233,8 +233,8 @@ unsigned short _cmap[256] = {
/* 252 udiaeresis 253 yacute 254 thorn 255 ydiaeresis */
_LET|_DOW, _LET|_DOW, _LET|_DOW, _LET|_DOW,
-};
#endif /* SHORT_STRINGS */
+};
#if defined(KANJI) && defined(SHORT_STRINGS) && defined(DSPMBYTE)
/* original table */
OpenPOWER on IntegriCloud