# HG changeset patch # User jwe # Date 822385946 0 # Node ID 85a825f7f8d663239bc79963a9ee1d1538d32a3e # Parent ac1c470df51f10e1f54a44e4884537674fd1ff49 [project @ 1996-01-23 08:32:26 by jwe] diff -r ac1c470df51f -r 85a825f7f8d6 liboctave/safe-xstat.hin --- a/liboctave/safe-xstat.hin Tue Jan 23 08:26:04 1996 +0000 +++ b/liboctave/safe-xstat.hin Tue Jan 23 08:32:26 1996 +0000 @@ -57,9 +57,7 @@ # endif # define SAFE_@L@STAT(name, buf) safe_@l@stat (name, buf) __static __inline int -safe_@l@stat (name, buf) - const char *name; - struct stat *buf; +safe_@l@stat (const char *name, struct stat *buf) { int ret;