summaryrefslogtreecommitdiff
path: root/math/gnubc/files/patch-bc_global.h
blob: 8c9431053bdf2a599e9eccab5a4328856e916a0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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) */