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/app-emulation/coldfire/files/coldfire-0.3.1-headers.patch

17 lines
386 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

make sure we have access to HAVE_* defines to include header files:
run.c: In function sigint:
run.c:51:2: warning: implicit declaration of function readline
run.c:51:8: warning: cast to pointer from integer of different size
--- a/run.c
+++ b/run.c
@@ -7,6 +7,7 @@
/**********************************/
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>