mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
12 lines
298 B
C
12 lines
298 B
C
--- src/rcfile.h.orig 2020-08-27 18:24:43 UTC
|
|
+++ src/rcfile.h
|
|
@@ -213,7 +213,7 @@ typedef void (*RC_ERROR_PRINTER) (void *data,
|
|
const char *fmt, va_list ap);
|
|
|
|
/* Global data */
|
|
-struct rc_loc rc_locus;
|
|
+extern struct rc_loc rc_locus;
|
|
|
|
/* Function declarations */
|
|
void verbatim (void);
|