aboutsummaryrefslogtreecommitdiffstats
path: root/devel/prcs/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/prcs/files/patch-aa')
-rw-r--r--devel/prcs/files/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/prcs/files/patch-aa b/devel/prcs/files/patch-aa
new file mode 100644
index 000000000000..fab2d9fdc2a1
--- /dev/null
+++ b/devel/prcs/files/patch-aa
@@ -0,0 +1,20 @@
+--- src/include/prcserror.h.orig Sun Feb 27 12:43:05 2000
++++ src/include/prcserror.h Sun Feb 27 12:45:35 2000
+@@ -121,7 +121,7 @@
+
+ private:
+ operator bool () const { return error(); }
+- operator!();
++ void operator!();
+ };
+
+ #ifdef PRCS_DEVEL
+@@ -183,7 +183,7 @@
+
+ private:
+ Type _val;
+- operator!();
++ void operator!();
+ };
+
+ #ifdef PRCS_DEVEL