aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dict
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-03-26 03:07:52 +0000
committerrsc <devnull@localhost>2004-03-26 03:07:52 +0000
commiteeb7312231d91d32c561fd9dd07aeed554ba998d (patch)
tree8a96f76dfcaea480a0395eaed98ee388bd14124c /src/cmd/dict
parent478bbc757a967a814c86f1448843ff72506b3b68 (diff)
downloadplan9port-eeb7312231d91d32c561fd9dd07aeed554ba998d.tar.gz
plan9port-eeb7312231d91d32c561fd9dd07aeed554ba998d.tar.bz2
plan9port-eeb7312231d91d32c561fd9dd07aeed554ba998d.zip
Fortune fix
Diffstat (limited to 'src/cmd/dict')
-rw-r--r--src/cmd/dict/dict.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cmd/dict/dict.h b/src/cmd/dict/dict.h
index 8b558ac5..28a92e80 100644
--- a/src/cmd/dict/dict.h
+++ b/src/cmd/dict/dict.h
@@ -5,6 +5,8 @@ enum { NONE=0xe800, /* Emit nothing */
SPCS, /* Start of special character name */
PAR, /* Newline, indent */
LIGS, /* Start of ligature codes */
+
+/* need to keep in sync with utils.c:/ligtab */
LACU=LIGS, /* Acute (´) ligatures */
LGRV, /* Grave (ˋ) ligatures */
LUML, /* Umlaut (¨) ligatures */
@@ -23,6 +25,8 @@ enum { NONE=0xe800, /* Emit nothing */
LLEN, /* Lenis (ʼ) ligatures */
LBRB, /* Breve below (̮) ligatures */
LIGE, /* End of ligature codes */
+
+/* need to keep in sync with utils.c:/multitab */
MULTI, /* Start of multi-rune codes */
MAAS=MULTI, /* ʽα */
MALN, /* ʼα */