perl 5.003_03: x2p/str.c
Perl 5 Porters [Fri, 16 Aug 1996 00:27:34 +0000 (00:27 +0000)]
Use Configure's FILE_filbuf macro instead of a raw _filbuf.

----------------
Version 5.003_02

x2p/str.c

index e9dd344..953a811 100644 (file)
--- a/x2p/str.c
+++ b/x2p/str.c
@@ -317,7 +317,7 @@ register FILE *fp;
        
        FILE_cnt(fp) = cnt;             /* deregisterize cnt and ptr */
        FILE_ptr(fp) = ptr;
-       i = _filbuf(fp);                /* get more characters */
+       i = FILE_filbuf(fp);            /* get more characters */
        cnt = FILE_cnt(fp);
        ptr = FILE_ptr(fp);             /* reregisterize cnt and ptr */