summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--ascii.in2
2 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 967bb7f0..f3618f4b 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,8 @@ INSTALL_DATA = install -m 0444
INSTALL_LIB = install -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.8.4
-VDATE = 26 July 2009
+VERSION = 1.8.5
+VDATE = 28 July 2009
VFLAGS = -DVERSION=\"$(VERSION)\"
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g
diff --git a/ascii.in b/ascii.in
index 3d06436c..60f2de00 100644
--- a/ascii.in
+++ b/ascii.in
@@ -41,7 +41,9 @@ STRING("Na", 2, "NaN", 3)
STRING("Ne", 2, "!=", 2)
STRING("Pi", 2, "pi", 2)
STRING("Pm", 2, "+-", 2)
+STRING("R", 1, "(R)", 3)
STRING("Rq", 2, "\'\'", 2)
+STRING("Tm", 2, "tm", 2)
STRING("left-bracket", 12, "[", 1)
STRING("left-parenthesis", 16, "(", 1)
STRING("left-singlequote", 16, "`", 1)