From 991c568ee4796286f9b9954c947b8047dad04a7b Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 12 Mar 1987 09:30:03 +0000 Subject: [PATCH] moved the definition of sys_filesize. It had a funny place. --- modules/src/input/inp_pkg.body | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/src/input/inp_pkg.body b/modules/src/input/inp_pkg.body index 54f6a65ec..dcc72dd19 100644 --- a/modules/src/input/inp_pkg.body +++ b/modules/src/input/inp_pkg.body @@ -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; -- 2.34.1