1--- src/rcfile.h.orig 2020-08-27 18:24:43 UTC 2+++ src/rcfile.h 3@@ -213,7 +213,7 @@ typedef void (*RC_ERROR_PRINTER) (void *data, 4 const char *fmt, va_list ap); 5 6 /* Global data */ 7-struct rc_loc rc_locus; 8+extern struct rc_loc rc_locus; 9 10 /* Function declarations */ 11 void verbatim (void); 12 13