From cec4729e708b3c08a3a22a9bf5fea6d571067792 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Thu, 30 Apr 2015 01:37:58 -0500 Subject: gringo-4.4.0-1: rebuild --- pcr/gringo/uint_max.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 pcr/gringo/uint_max.patch (limited to 'pcr/gringo/uint_max.patch') diff --git a/pcr/gringo/uint_max.patch b/pcr/gringo/uint_max.patch deleted file mode 100644 index b554b9361..000000000 --- a/pcr/gringo/uint_max.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -ur gringo-4.3.0-source/app/gringo/main.cc gringo-4.3.0-source-patched/app/gringo/main.cc ---- gringo-4.3.0-source/app/gringo/main.cc 2014-02-20 18:27:32.000000000 +0100 -+++ gringo-4.3.0-source-patched/app/gringo/main.cc 2014-02-25 15:36:41.432512611 +0100 -@@ -34,6 +34,7 @@ - #include - #include - #include -+#include - #include - #include - #include -@@ -263,7 +264,7 @@ - - virtual void run() { - using namespace Gringo; -- grOpts_.verbose = verbose() == UINT_MAX; -+ grOpts_.verbose = verbose() == std::numeric_limits::max(); - Output::OutputPredicates outPreds; - if (grOpts_.text) { - Output::OutputBase out(std::move(outPreds), std::cout, grOpts_.lpRewrite); -- cgit v1.2.3-54-g00ecf