]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Fix to get it compiling with Cygwin. Thanks to Marzio De Biasi.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Tue, 12 Jul 2011 11:58:32 +0000 (11:58 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Tue, 12 Jul 2011 11:58:32 +0000 (11:58 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1370 e59a4935-1847-0410-ae03-e826735625c1

src/sat/utils/System.cc

index db327545925e8990552f6f3f395d8cac83ba3e7d..929ac3238e644924a5b3c941525c1ae0ab76dd5e 100644 (file)
@@ -92,4 +92,6 @@ double Minisat::memUsedPeak(void) { return memUsed();}
 #else
 double Minisat::memUsed() { 
     return 0; }
+double Minisat::memUsedPeak(void)
+{ return 0;}
 #endif