summaryrefslogtreecommitdiff
path: root/deskutils/abacus/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/abacus/files/patch-ae')
-rw-r--r--deskutils/abacus/files/patch-ae20
1 files changed, 20 insertions, 0 deletions
diff --git a/deskutils/abacus/files/patch-ae b/deskutils/abacus/files/patch-ae
new file mode 100644
index 000000000000..7e2ff8aaa990
--- /dev/null
+++ b/deskutils/abacus/files/patch-ae
@@ -0,0 +1,20 @@
+--- calc/rpn.hh.orig Sun Nov 28 21:28:00 1999
++++ calc/rpn.hh Sun Nov 28 21:28:25 1999
+@@ -108,7 +108,7 @@
+ Ref start;
+ Ref end;
+
+- normalize();
++ void normalize();
+ };
+
+
+@@ -145,7 +145,7 @@
+ contents.string_val[0] = 0;
+ contents.error_code = NO_ERROR;}
+ ~Stack_elem() {delete [] contents.string_val;}
+- operator=(const Stack_elem &right) {
++ void operator=(const Stack_elem &right) {
+ type = right.type;
+ contents.fp_val = right.contents.fp_val;
+ contents.ref_val = right.contents.ref_val;