summaryrefslogtreecommitdiff
blob: f7ca6237cf57cc24976ac306e4c1d9cf94468e96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
 {