summaryrefslogtreecommitdiff
path: root/devel/hs-c2hs/files/patch-c2hs::c:CAttrs.hs
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-c2hs/files/patch-c2hs::c:CAttrs.hs')
-rw-r--r--devel/hs-c2hs/files/patch-c2hs::c:CAttrs.hs11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/hs-c2hs/files/patch-c2hs::c:CAttrs.hs b/devel/hs-c2hs/files/patch-c2hs::c:CAttrs.hs
new file mode 100644
index 000000000000..5ca322ecf75c
--- /dev/null
+++ b/devel/hs-c2hs/files/patch-c2hs::c:CAttrs.hs
@@ -0,0 +1,11 @@
+--- c2hs/c/CAttrs.hs.orig Mon Feb 12 07:34:38 2001
++++ c2hs/c/CAttrs.hs Sun Feb 15 14:02:03 2004
+@@ -144,7 +144,7 @@
+ --
+ leaveObjRangeC :: AttrC -> AttrC
+ leaveObjRangeC ac = ac {
+- defObjsAC = fst . leaveRange . defObjsAC $ ac,
++ defObjsAC = fst . leaveRange . defObjsAC $ ac
+ }
+
+ -- add another definitions to the object name space (EXPORTED)