]> code.delx.au - gnu-emacs/blobdiff - src/image.c
Merge from trunk.
[gnu-emacs] / src / image.c
index a09fc7a897941ed3025aaab892a3b0ec340cc58d..f6626f61c83ce039b08ab96182d6e0d12ddd7fc2 100644 (file)
@@ -5002,9 +5002,7 @@ pbm_scan_number (unsigned char **s, unsigned char *end)
    occurred.  *SIZE is set to the size of the file.  */
 
 static char *
-pbm_read_file (file, size)
-     Lisp_Object file;
-     int *size;
+pbm_read_file (Lisp_Object file, int *size)
 {
   FILE *fp = NULL;
   char *buf = NULL;