You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-embedded/sdcc/files/sdcc-2.9.0-getline.patch

17 lines
308 B

upstream has reworked their code, so just do a minimal hack for the older ver
http://bugs.gentoo.org/270621
--- sdcc/as/link/getline.h
+++ sdcc/as/link/getline.h
@@ -30,6 +30,9 @@
#include <stdio.h>
+#undef getline /* just in case */
+#define getline sdcc_getline
+
#ifdef __cplusplus
extern "C"
{