mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
15 lines
355 B
C
15 lines
355 B
C
--- bc/global.h.orig 2017-04-07 22:20:02 UTC
|
|
+++ bc/global.h
|
|
@@ -112,9 +112,9 @@ EXTERN int n_history;
|
|
|
|
#if defined(LIBEDIT)
|
|
/* LIBEDIT data */
|
|
-EditLine *edit INIT(NULL);
|
|
-History *hist;
|
|
-HistEvent histev;
|
|
+EXTERN EditLine *edit INIT(NULL);
|
|
+EXTERN History *hist;
|
|
+EXTERN HistEvent histev;
|
|
#endif
|
|
|
|
/* "Condition code" -- false (0) or true (1) */
|