summaryrefslogtreecommitdiff
path: root/editors/MathPlanner/files/patch-MathHeaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'editors/MathPlanner/files/patch-MathHeaders.h')
-rw-r--r--editors/MathPlanner/files/patch-MathHeaders.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/editors/MathPlanner/files/patch-MathHeaders.h b/editors/MathPlanner/files/patch-MathHeaders.h
deleted file mode 100644
index adcf3644fecc..000000000000
--- a/editors/MathPlanner/files/patch-MathHeaders.h
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/MathHeaders.h.orig Sun Dec 8 04:58:58 2002
-+++ src/MathHeaders.h Sun Sep 12 00:15:42 2004
-@@ -63,12 +63,12 @@
- public:
-
- union {
-- struct { mpl_real R,I,J,K; };
-+ struct { mpl_real R,I,J,K; } m;
- mpl_real real;
- mpl_vector vector;
- mpl_complex complex;
- mpl_rational rational;
-- };
-+ } mpl;
-
- int type;
- char pwrs[COUNT]; // Used in unit calculation