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