summaryrefslogtreecommitdiffstats
path: root/lib/libI77/fmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libI77/fmt.h')
-rw-r--r--lib/libI77/fmt.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/libI77/fmt.h b/lib/libI77/fmt.h
index d4810a1..e94bc1c 100644
--- a/lib/libI77/fmt.h
+++ b/lib/libI77/fmt.h
@@ -80,3 +80,17 @@ extern int f__scale;
#define VAL(x) (x!='\n'?x:' ')
#define PUT(x) (*f__putn)(x)
extern int f__cursor;
+
+#undef TYQUAD
+#ifndef Allow_TYQUAD
+#undef longint
+#define longint long
+#else
+#define TYQUAD 14
+#endif
+
+#ifdef KR_headers
+extern char *f__icvt();
+#else
+extern char *f__icvt(longint, int*, int*, int);
+#endif
OpenPOWER on IntegriCloud