Loading...
--- Libc/Libc-583/stdlib/a64l.c
+++ Libc/Libc-1669.0.4/stdlib/a64l.c
@@ -11,8 +11,7 @@
#include <stdlib.h>
long
-a64l(s)
- const char *s;
+a64l(const char *s)
{
int value, digit, shift;
int i;
--- Libc/Libc-583/stdlib/a64l.c
+++ Libc/Libc-1669.0.4/stdlib/a64l.c
@@ -11,8 +11,7 @@
#include <stdlib.h>
long
-a64l(s)
- const char *s;
+a64l(const char *s)
{
int value, digit, shift;
int i;