updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / singular / fixes.patch
blob76f87ace945cf8b307d97b5a8aae4b929cc28955
1 --- Singular-3-1-1.orig/kernel/fglmcomb.cc 2010-01-27 19:17:56.000000000 +0100
2 +++ Singular-3-1-1/kernel/fglmcomb.cc 2010-06-21 09:35:42.926487172 +0200
3 @@ -28,7 +28,7 @@
4 #include <templates/ftmpl_list.h>
6 #ifndef NOSTREAMIO
7 -#include <iostream.h>
8 +#include <iostream>
9 #endif
11 static void
12 --- Singular-3-1-1.orig/kernel/fglm.h 2010-01-06 15:55:03.000000000 +0100
13 +++ Singular-3-1-1/kernel/fglm.h 2010-06-21 09:41:03.096872179 +0200
14 @@ -19,6 +19,12 @@
15 #include "polys.h"
16 #include "fglmvec.h"
18 +#ifndef NOSTREAMIO
19 +#include <iostream>
20 +#endif
22 +typedef std::ostream ostream;
24 #define PROT(msg)
25 #define STICKYPROT(msg) if (BTEST1(OPT_PROT)) Print(msg)
26 #define PROT2(msg,arg)