mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-lisp/ecls: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/7993
This commit is contained in:
committed by
David Seifert
parent
dcb7d08dc8
commit
2df3f65b49
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user