summaryrefslogtreecommitdiff
path: root/ld/typeconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/typeconv.c')
-rw-r--r--ld/typeconv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/typeconv.c b/ld/typeconv.c
index 708d92b..d8c0c89 100644
--- a/ld/typeconv.c
+++ b/ld/typeconv.c
@@ -15,8 +15,8 @@ void xxerr(x) char * x; { write(2, x, strlen(x)); }
static int no_swap = 1;
-static long_off[4] = {0,1,2,3};
-static int_off[2] = {0,1};
+static int long_off[4] = {0,1,2,3};
+static int int_off[2] = {0,1};
PUBLIC bool_pt typeconv_init(big_endian, long_big_endian)
bool_pt big_endian;