summaryrefslogtreecommitdiff
path: root/lang/qscheme/files/patch-chr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qscheme/files/patch-chr.c')
-rw-r--r--lang/qscheme/files/patch-chr.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/qscheme/files/patch-chr.c b/lang/qscheme/files/patch-chr.c
new file mode 100644
index 000000000000..845f368fbe2c
--- /dev/null
+++ b/lang/qscheme/files/patch-chr.c
@@ -0,0 +1,14 @@
+--- chr.c.orig 2009-03-03 16:47:01.000000000 +0200
++++ chr.c 2009-03-03 16:47:09.000000000 +0200
+@@ -15,11 +15,6 @@
+
+ #define BSLASH '\134'
+
+-struct CHR_SYM {
+- char *str;
+- char chr;
+-};
+-
+ struct CHR_SYM csym[] = {
+ { "null", 0 },
+ { "bell", '\a' },