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/xa/files/xa-2.3.10-fix-gcc10-fno-com...

13 lines
203 B

--- a/src/xap.h
+++ b/src/xap.h
@@ -35,7 +35,7 @@
long gm_ppm(void);
long ga_ppm(void);
-Datei *filep;
-char s[MAXLINE];
+extern Datei *filep;
+extern char s[MAXLINE];
#endif /* __XA65_XAP_H__ */