1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* configure.in (FILE_READPTR): check bufread instead of bufend for uClibc.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2002-03-26 10:14:44 +00:00
parent 8d6981cfcb
commit b427d9e859
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Tue Mar 26 18:45:15 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* configure.in (FILE_READPTR): check bufread instead of bufend
for uClibc.
Tue Mar 26 01:56:33 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
* parse.y (primary): while/until statement modifiers to "begin"

View file

@ -501,7 +501,7 @@ else
AC_CACHE_VAL(rb_cv_frend,
[for frend in dnl
_IO_read_end dnl
bufend dnl
bufread dnl
; do
AC_TRY_COMPILE([#include <stdio.h>
],