summaryrefslogtreecommitdiffstats
path: root/guile-1.8.3-cr.patch
diff options
context:
space:
mode:
authorMiroslav Lichvar <mlichvar@fedoraproject.org>2007-10-22 15:38:31 +0000
committerMiroslav Lichvar <mlichvar@fedoraproject.org>2007-10-22 15:38:31 +0000
commit453eb3aaf278dfcbaa11cda2e00a6b59da849d73 (patch)
treead9627e8cf03c2da5cac0152c919cd1a778c3e2d /guile-1.8.3-cr.patch
parent303c21a0fcd50c8da74c51852b90b0d7a09bd282 (diff)
downloadguile-1_8_3-1_fc9.tar.gz
guile-1_8_3-1_fc9.tar.xz
guile-1_8_3-1_fc9.zip
- update to 1.8.3guile-1_8_3-1_fc9
Diffstat (limited to 'guile-1.8.3-cr.patch')
-rw-r--r--guile-1.8.3-cr.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/guile-1.8.3-cr.patch b/guile-1.8.3-cr.patch
new file mode 100644
index 0000000..8cb33df
--- /dev/null
+++ b/guile-1.8.3-cr.patch
@@ -0,0 +1,17 @@
+Index: guile-core/libguile/read.c
+===================================================================
+RCS file: /sources/guile/guile/guile-core/libguile/read.c,v
+retrieving revision 1.117.2.7
+retrieving revision 1.117.2.8
+diff -u -r1.117.2.7 -r1.117.2.8
+--- guile-core/libguile/read.c 3 Sep 2007 17:04:49 -0000 1.117.2.7
++++ guile-core/libguile/read.c 17 Oct 2007 22:16:44 -0000 1.117.2.8
+@@ -152,7 +152,7 @@
+ /* `isblank' is only in C99. */
+ #define CHAR_IS_BLANK_(_chr) \
+ (((_chr) == ' ') || ((_chr) == '\t') || ((_chr) == '\n') \
+- || ((_chr) == '\f'))
++ || ((_chr) == '\f') || ((_chr) == '\r'))
+
+ #ifdef MSDOS
+ # define CHAR_IS_BLANK(_chr) \