File: regina.patch

package info (click to toggle)
regina-normal 4.93-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 28,576 kB
  • sloc: cpp: 86,815; ansic: 13,030; xml: 9,089; perl: 951; sh: 380; python: 273; makefile: 103
file content (18 lines) | stat: -rw-r--r-- 485 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Index: libnormaliz.h
===================================================================
--- libnormaliz.h	(revision 6435)
+++ libnormaliz.h	(working copy)
@@ -22,11 +22,8 @@
 #include <iostream>
 #include <assert.h>
 
-#ifdef _WIN32 //for 32 and 64 bit windows
-	#include <mpirxx.h>
-#else         // all other systems
-	#include <gmpxx.h>
-#endif
+// Regina will gmpxx.h everywhere, even on Windows.
+#include <gmpxx.h>
 
 #include "normaliz_exception.h"
 #include "cone_property.h"