summaryrefslogtreecommitdiffstatshomepage
path: root/ascii.in
diff options
context:
space:
mode:
Diffstat (limited to 'ascii.in')
-rw-r--r--ascii.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/ascii.in b/ascii.in
index 0bb28257..50d17df4 100644
--- a/ascii.in
+++ b/ascii.in
@@ -1,4 +1,4 @@
-/* $Id: ascii.in,v 1.16 2009/07/28 11:53:26 kristaps Exp $ */
+/* $Id: ascii.in,v 1.17 2009/07/28 11:59:18 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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)