diff options
Diffstat (limited to 'lib/libI77/wsfe.c')
-rw-r--r-- | lib/libI77/wsfe.c | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/lib/libI77/wsfe.c b/lib/libI77/wsfe.c index d69f9af..7c7f014 100644 --- a/lib/libI77/wsfe.c +++ b/lib/libI77/wsfe.c @@ -5,9 +5,9 @@ extern int f__hiwater; #ifdef KR_headers -int x_putc(c) +x_putc(c) #else -int x_putc(int c) +x_putc(int c) #endif { /* this uses \n as an indicator of record-end */ @@ -27,8 +27,6 @@ int x_putc(int c) #endif return putc(c,f__cf); } - -int x_wSL(Void) { (*f__putn)('\n'); @@ -37,8 +35,6 @@ x_wSL(Void) f__hiwater = 0; return(1); } - -int xw_end(Void) { if(f__nonl == 0) @@ -46,8 +42,6 @@ xw_end(Void) f__hiwater = f__recpos = f__cursor = 0; return(0); } - -int xw_rev(Void) { if(f__workdone) (*f__putn)('\n'); @@ -62,7 +56,7 @@ integer s_wsfe(cilist *a) /*start*/ #endif { int n; if(!f__init) f_init(); - if( (n=c_sfe(a)) ) return(n); + if(n=c_sfe(a)) return(n); f__reading=0; f__sequential=1; f__formatted=1; |