moved the definition of sys_filesize. It had a funny place.
authorceriel <none@none>
Thu, 12 Mar 1987 09:30:03 +0000 (09:30 +0000)
committerceriel <none@none>
Thu, 12 Mar 1987 09:30:03 +0000 (09:30 +0000)
modules/src/input/inp_pkg.body

index 54f6a65..dcc72dd 100644 (file)
@@ -100,9 +100,9 @@ readfile(fd, fn, size, pbuf)
        register File *fd;
        char *fn;               /* file name */
        register long *size;
-       extern long sys_filesize();
        char **pbuf;            /* output parameter */
 {
+       extern long sys_filesize();
        int rsize;
 
        if (
@@ -296,7 +296,6 @@ InsertFile(filnam, table, result)
        }
 
        if (fd) {
-               struct buffer_header *push_bh();
                register struct buffer_header *bh = push_bh();
 
                if (!bh) {
@@ -331,7 +330,6 @@ int
 InsertText(text, length)
        char *text;
 {
-       struct buffer_header *push_bh();
        register struct buffer_header *bh = push_bh();
 
        if (!bh) return 0;