summaryrefslogtreecommitdiffstats
path: root/contrib/ncurses/form/fty_alpha.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ncurses/form/fty_alpha.c')
-rw-r--r--contrib/ncurses/form/fty_alpha.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ncurses/form/fty_alpha.c b/contrib/ncurses/form/fty_alpha.c
index 3dd8f2c..ddb295d 100644
--- a/contrib/ncurses/form/fty_alpha.c
+++ b/contrib/ncurses/form/fty_alpha.c
@@ -13,7 +13,7 @@
#include "form.priv.h"
-MODULE_ID("$Id: fty_alpha.c,v 1.9 1999/05/16 17:22:58 juergen Exp $")
+MODULE_ID("$Id: fty_alpha.c,v 1.10 2000/12/09 23:46:12 tom Exp $")
typedef struct {
int width;
@@ -133,6 +133,6 @@ static FIELDTYPE typeALPHA = {
NULL
};
-FIELDTYPE* TYPE_ALPHA = &typeALPHA;
+NCURSES_EXPORT_VAR(FIELDTYPE*) TYPE_ALPHA = &typeALPHA;
/* fty_alpha.c ends here */
OpenPOWER on IntegriCloud