Remove old patches.

This commit is contained in:
Richard Shaw 2020-10-19 07:10:08 -05:00
parent 66a09842ba
commit 7fa1a2dcb2
2 changed files with 0 additions and 1278 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,19 +0,0 @@
diff --git a/src/logbook/table.cxx b/src/logbook/table.cxx
index f5a2b3b2..cd57733e 100644
--- a/src/logbook/table.cxx
+++ b/src/logbook/table.cxx
@@ -42,6 +42,14 @@
using namespace std;
+/*
+ * nullptr is not available in gcc < 4.6
+ * Redefine to NULL for CentOS 6 and OSX Darwin
+ */
+#ifndef nullptr
+#define nullptr NULL
+#endif
+
/*
* ======================================