File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -145,17 +145,17 @@ immutable enum :chtype
145
145
146
146
147
147
/* global variables */
148
- __gshared WINDOW * stdscr;
149
- __gshared WINDOW * curscr;
150
- __gshared WINDOW * newscr;
151
- __gshared char [] ttytype;
152
- __gshared int COLORS ;
153
- __gshared int COLOR_PAIRS ;
154
- __gshared int LINES ;
155
- __gshared int COLS ;
156
- __gshared int TABSIZE ;
157
- __gshared int ESCDELAY ;
158
- __gshared chtype[256 ] acs_map;
148
+ extern __gshared WINDOW * stdscr;
149
+ extern __gshared WINDOW * curscr;
150
+ extern __gshared WINDOW * newscr;
151
+ extern __gshared char [] ttytype;
152
+ extern __gshared int COLORS ;
153
+ extern __gshared int COLOR_PAIRS ;
154
+ extern __gshared int LINES ;
155
+ extern __gshared int COLS ;
156
+ extern __gshared int TABSIZE ;
157
+ extern __gshared int ESCDELAY ;
158
+ extern __gshared chtype[256 ] acs_map;
159
159
160
160
161
161
You can’t perform that action at this time.
0 commit comments