mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 17:21:49 -04:00
11 lines
298 B
C
11 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);
|