summaryrefslogtreecommitdiff
path: root/cad/qcad/files
diff options
context:
space:
mode:
Diffstat (limited to 'cad/qcad/files')
-rw-r--r--cad/qcad/files/patch-ab11
-rw-r--r--cad/qcad/files/patch-rs_math.h14
2 files changed, 0 insertions, 25 deletions
diff --git a/cad/qcad/files/patch-ab b/cad/qcad/files/patch-ab
deleted file mode 100644
index 1e2c5d362411..000000000000
--- a/cad/qcad/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- qcadlib/src/engine/rs_graphic.cpp.orig Thu Sep 9 07:31:40 2004
-+++ qcadlib/src/engine/rs_graphic.cpp Thu Sep 9 07:32:03 2004
-@@ -518,7 +518,7 @@
- if (fabs(s.x)>1.0e-6) {
- fx = ps.x / s.x;
- }
-- if (fabs(s.y>1.0e-6)) {
-+ if (fabs(s.y)>1.0e-6) {
- fy = ps.y / s.y;
- }
-
diff --git a/cad/qcad/files/patch-rs_math.h b/cad/qcad/files/patch-rs_math.h
deleted file mode 100644
index 4cab00958ea2..000000000000
--- a/cad/qcad/files/patch-rs_math.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- qcadlib/src/math/rs_math.h.orig Sat Aug 21 20:00:56 2004
-+++ qcadlib/src/math/rs_math.h Sat Aug 21 20:07:09 2004
-@@ -45,8 +45,9 @@
- #include "rs_vector.h"
-
- #ifdef __GNUC__
--#define min(x,y) (x<y ? x : y)
--#define max(x,y) (x>y ? x : y)
-+//#define min(x,y) (x<y ? x : y)
-+//#define max(x,y) (x>y ? x : y)
-+using namespace std;
- #endif
-
- #define ARAD 57.29577951308232