dev-lisp/ecls: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/7993
This commit is contained in:
Michael Mair-Keimberger
2018-04-14 18:03:00 +02:00
committed by David Seifert
parent dcb7d08dc8
commit 2df3f65b49

View File

@@ -1,13 +0,0 @@
diff -r -U1 ecl-16.0.0.orig/src/h/object.h ecl-16.0.0/src/h/object.h
--- ecl-16.0.0.orig/src/h/object.h 2015-08-24 12:41:27.000000000 +0600
+++ ecl-16.0.0/src/h/object.h 2015-08-29 12:04:58.249594669 +0600
@@ -25,4 +25,9 @@
+#ifndef TRUE
#define TRUE 1 /* boolean true value */
+#endif
+
+#ifndef FALSE
#define FALSE 0 /* boolean false value */
+#endif