mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
8 lines
281 B
C
8 lines
281 B
C
--- context.h.orig 2008-07-12 06:05:22 UTC
|
|
+++ context.h
|
|
@@ -81,4 +81,4 @@ struct context {
|
|
#define X_FILE 1 /* input is a file */
|
|
#define X_BUF 2 /* input is a buffer */
|
|
|
|
-struct context cx; /* the current context */
|
|
+extern struct context cx; /* the current context */
|