]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/a64l.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / stdlib / a64l.c
index 156a4a0fa7a897b8ae273171fdd27f72a793af25..5a88ff94e824518532abbcea7c9dc6367f37cb08 100644 (file)
@@ -36,8 +36,7 @@ static const char a64l_table[TABLE_SIZE] =
 
 
 long int
-a64l (string)
-     const char *string;
+a64l (const char *string)
 {
   const char *ptr = string;
   unsigned long int result = 0ul;