summaryrefslogtreecommitdiff
path: root/contrib/ncurses/form/fty_int.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-05-17 08:21:06 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-05-17 08:21:06 +0000
commit7a69bbfb278952228c9aa1eca241e65fcdef425e (patch)
treee83b2ef47811e687a6c54035c9af6d4a2b7f14e1 /contrib/ncurses/form/fty_int.c
parent18259542b2f8fa7e3f76f4bb0dd37995dfd424aa (diff)
Notes
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 cb690bdaf03d5..85348d737f25f 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 */