Loading...
--- Libc/Libc-262.3.2/stdlib/a64l.c
+++ Libc/Libc-498/stdlib/a64l.c
@@ -14,7 +14,7 @@
a64l(s)
const char *s;
{
- long value, digit, shift;
+ int value, digit, shift;
int i;
if (s == NULL) {
--- Libc/Libc-262.3.2/stdlib/a64l.c
+++ Libc/Libc-498/stdlib/a64l.c
@@ -14,7 +14,7 @@
a64l(s)
const char *s;
{
- long value, digit, shift;
+ int value, digit, shift;
int i;
if (s == NULL) {