Fixed the whitespace

This commit is contained in:
Steve Chamberlain
1992-03-13 15:57:41 +00:00
parent ee7d7cd8bb
commit 302c8ab121
11 changed files with 131 additions and 135 deletions

View File

@ -16,9 +16,9 @@ extern int errno; /* <errno.h> forgets to do this... */
#define SEEK_SET 0
#define SEEK_CUR 1
extern PTR EXFUN( malloc, (unsigned));
extern PTR EXFUN( realloc, (PTR, unsigned));
extern void EXFUN( free, (PTR));
extern PTR EXFUN(malloc, (unsigned));
extern PTR EXFUN(realloc, (PTR, unsigned));
extern void EXFUN(free, (PTR));
#define HAVE_STRERROR